<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-size:14px; min-width:1280px; }
*{ margin:0; padding:0;}
img{ border:none;}
ul,li{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
a{ text-decoration:none; color:#333}

*{margin:0;padding: 0;}
html body{width: 100%;font-size: 12px;}
.left_con{font-size:16px; line-height:34px !important;  color:#333;z-index:999; margin-left:200px; }
.lm58{font-size:58px; font-weight:bold; font-weight:bold; margin-left:2%; text-align:left; margin-top:40px;}
.en_red18{  font-family:"MyriadPro-BoldCond"; font-size:18px; margin-left:2%; margin-bottom:20px; color:#c00808}
.red_head{ background:#e32727; height:12px; overflow:hidden;width:100%}
/* 10.9鏃ュ崗鍔╁鍔� */
.nav_menu{ 
	height:124px;
	 line-height:40px;
	color: white;
	margin-left: 15px;
	font-size: 18px; padding-right:1%
	}
.nav_menu li{ padding-top:50px;
		float: left;
		margin-left: 30px;
	}
.nav_menu li a{ color:#fff; font-size:16px;}
.nav_menu li a:hover{ color:#ff0; font-size:18px;}
.menu {
		position: fixed;
		bottom: 100px;
		width: 52px;
		height: 52px;
		right: -webkit-calc(5px + (100% - 100px) * 0.13736 / 2);
		right: -moz-calc(5px + (100% - 100px) * 0.13736 / 2);
		right: calc(5px + (100% - 100px) * 0.13736 / 2);
		cursor: pointer;
		padding: 7px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #000;
		z-index: 99;
		-webkit-transition: all 400ms;
		-o-transition: all 400ms;
		-moz-transition: all 400ms;
		transition: all 400ms;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%); 
	}
	
	.menu.close {
		border: 1px solid #fff;
	}
	.menu:before,
	.menu:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		border: 2px solid #c1401c;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-moz-animation: menu 3000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s infinite;
		-webkit-animation: menu 3000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s infinite;
		-o-animation: menu 3000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s infinite;
		animation: menu 3000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s infinite
	}
	
	.menu.close:before,
	.menu.close:after {
		border-color: #fff;
	}
	
	.menu:before {
		-webkit-animation-delay: 200ms;
	}
	
	@-webkit-keyframes menu {
		0% {
			width: 100%;
			height: 100%;
			opacity: 1
		}
		50% {
			width: 150%;
			height: 150%;
			opacity: 0
		}
		100% {
			width: 150%;
			height: 150%;
			opacity: 0
		}
	}
	
	.menu-button-dot {
		width: 12px;
		height: 12px;
		position: relative;
		float: left;
		-webkit-transition: all 400ms;
		-o-transition: all 400ms;
		-moz-transition: all 400ms;
		transition: all 400ms;
	}
	
	.menu-button-dot:before {
		content: '';
		position: absolute;
		display: block;
		width: 6px;
		height: 6px;
		left: 3px;
		top: 3px;
		background-color: #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 400ms;
		-o-transition: all 400ms;
		-moz-transition: all 400ms;
		transition: all 400ms;
	}
	
	.m-header {
		display: none;
	}
	
	.menu.close .menu-button-dot:before {
		background-color: #fff;
	}
	
	.menu.show:hover .menu-button-dot-1 {
		-webkit-transform: translate(6px, 6px);
		-moz-transform: translate(6px, 6px);
		-ms-transform: translate(6px, 6px);
		-o-transform: translate(6px, 6px);
		transform: translate(6px, 6px);
	}
	
	.menu.show:hover .menu-button-dot-3 {
		-webkit-transform: translate(-6px, 6px);
		-moz-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	
	.close- {
		display: none;
	}
	
	.menu.show:hover .menu-button-dot-7 {
		-webkit-transform: translate(6px, -6px);
		-moz-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
	
	.menu.show:hover .menu-button-dot-9 {
		-webkit-transform: translate(-6px, -6px);
		-moz-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	
	.menu.close .menu-button-dot-2 {
		-webkit-transform: translate(-6px, 6px);
		-moz-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	
	.menu.close .menu-button-dot-4 {
		-webkit-transform: translate(6px, 6px);
		-moz-transform: translate(6px, 6px);
		-ms-transform: translate(6px, 6px);
		-o-transform: translate(6px, 6px);
		transform: translate(6px, 6px);
	}
	
	.menu.close .menu-button-dot-6 {
		-webkit-transform: translate(-6px, -6px);
		-moz-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	
	.menu.close .menu-button-dot-8 {
		-webkit-transform: translate(6px, -6px);
		-moz-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
	
	.menu img {
		width: 100%;
	}
	.menu-text{
		width: 100%;
		position: absolute;
		bottom: -25px;
		text-align: center;
		left: 0;
		text-transform: uppercase;
		font-weight: bold;
		color: #000;
		-webkit-transition: all 500ms;
		-o-transition: all 500ms;
		-moz-transition: all 500ms;
		transition: all 500ms;
	}
	.menu.close .menu-text{
		color: #fff;
	}
	
	.xinxi_gongqiu{
		transition: all .4s;
		position: relative;
	}
	.xinxi_gongqiu:hover{
		margin-top: -7px;
	}
	.news_more{
		opacity: 0;
		margin-top: 15px;
		transition: all .4s; border:1px #fff solid; padding:10px;width:100px; margin:0 auto
	}
	.xinxi_gongqiu:hover .news_more{
		opacity: 1;
		margin-top: 5px;
	}
	.xinxi_li{
		position: relative;
		overflow: hidden;
	}
	.xinxi_back{
		width: 30%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		border-radius: 50% 50% 0 0;
		transition: all .6s;
		background-color: #b2150c;
		/* opacity: 0; */
	}
	.xinxi_back.back1{
		left: 0;
		transition-delay: 0s;
	}
	.xinxi_back.back2{
		left: 25%;
		transition-delay: .07s;
	}
	.xinxi_back.back3{
		left: 50%;
		transition-delay: .14s;
	}
	.xinxi_back.back4{
		left: 75%;
		transition-delay: .21s;
	}
	.xinxi_li:hover .xinxi_back{
		height: 200%;
		bottom: 0;
		/* opacity: 1; */
		/* border-radius: 0; */
	}
	.xinxi_li:hover .xinxi_gongqiu&gt;div,a{
		color: white;
	}
	
	.progress_bar{
		height: 600px;
		width: 1px;
		position: fixed;
		top:calc((100% - 600px)/2);
		right:50px;
		background-color: #7d221c;
		z-index: 99;
		border-radius: 2px;
	}
	.bar_con{
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 2px solid #9d170e;
		position: absolute;
		left: calc((100% - 20px)/2);
		left: -webkit-calc((100% - 20px)/2);
		left: -moz-calc((100% - 20px)/2);
		top:-5px;
		box-sizing: border-box;
	}
	.con_nei{
		width: 10px;
		height: 10px;
		border-radius:50% ;
		background-color: #7d221c;
		margin: 3px auto;
	}
	
	
	/* 鍥剧墖鍛煎惛 */
.pbanner figure{ display:block; overflow:hidden; line-height:0; position:relative !important;}
.pbanner figure img{ display:block; width:100%; height:auto; line-height:0; animation:fixed-header infinite 14s; -webkit-animation:fixed-header infinite 14s; -moz-animation:fixed-header infinite 14s; -ms-animation:fixed-header infinite 14s;}
@keyframes fixed-header{
	0%{-moz-transform:scale(1.0001) rotateZ(0.01deg);-ms-transform:scale(1.0001) rotateZ(0.01deg);       -webkit-transform:scale(1.0001) rotateZ(0.01deg);transform:scale(1.0001) rotateZ(0.01deg)}
	50%{-moz-transform:scale(1.05) rotateZ(0.01deg);-ms-transform:scale(1.05) rotateZ(0.01deg);        -webkit-transform:scale(1.05) rotateZ(0.01deg);transform:scale(1.05) rotateZ(0.01deg)}
	100%{-moz-transform:scale(1.0001) rotateZ(0.01deg);-ms-transform:scale(1.0001) rotateZ(0.01deg);         -webkit-transform:scale(1.0001) rotateZ(0.01deg);transform:scale(1.0001) rotateZ(0.01deg)}
}
@-moz-keyframes fixed-header{
	0%{-moz-transform:scale(1.0001) rotateZ(0.01deg);-ms-transform:scale(1.0001) rotateZ(0.01deg);       -webkit-transform:scale(1.0001) rotateZ(0.01deg);transform:scale(1.0001) rotateZ(0.01deg)}
	50%{-moz-transform:scale(1.05) rotateZ(0.01deg);-ms-transform:scale(1.05) rotateZ(0.01deg);        -webkit-transform:scale(1.05) rotateZ(0.01deg);transform:scale(1.05) rotateZ(0.01deg)}
	100%{-moz-transform:scale(1.0001) rotateZ(0.01deg);-ms-transform:scale(1.0001) rotateZ(0.01deg);         -webkit-transform:scale(1.0001) rotateZ(0.01deg);transform:scale(1.0001) rotateZ(0.01deg)}
}
@-webkit-keyframes fixed-header{
	0%{-moz-transform:scale(1.0001) rotateZ(0.01deg);-ms-transform:scale(1.0001) rotateZ(0.01deg);       -webkit-transform:scale(1.0001) rotateZ(0.01deg);transform:scale(1.0001) rotateZ(0.01deg)}
	50%{-moz-transform:scale(1.05) rotateZ(0.01deg);-ms-transform:scale(1.05) rotateZ(0.01deg);        -webkit-transform:scale(1.05) rotateZ(0.01deg);transform:scale(1.05) rotateZ(0.01deg)}
	100%{-moz-transform:scale(1.0001) rotateZ(0.01deg);-ms-transform:scale(1.0001) rotateZ(0.01deg);         -webkit-transform:scale(1.0001) rotateZ(0.01deg);transform:scale(1.0001) rotateZ(0.01deg)}
}
.mores {
    width: 162px;
    height: 56px;
    position: relative;
		left: 6%;
}

.mores .three-d-box {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: translatez(-28px);
    -webkit-transform: translatez(-28px);
    -ms-transform: translatez(-28px);
    -moz-transform: translatez(-28px);
    transition: all .32s ease-out;
}
.mores span.defal {
    transform: rotatex(0deg) translatez(28px);
    -webkit-transform: rotatex(0deg) translatez(28px);
    -moz-transform: rotatex(0deg) translatez(28px);
    -ms-transform: rotatex(0deg) translatez(28px);
}
.mores span.end {
    transform: rotatex(-90deg) translatez(28px);
    -moz-transform: rotatex(-90deg) translatez(28px);
    -ms-transform: rotatex(-90deg) translatez(28px);
    -webkit-transform: rotatex(-90deg) translatez(28px);
}
.mores span.defal, .mores span.end {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 14px;
    font-family: "Arial";
    background: #e60012;
    text-align: center;
    transition: 0.34s;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.35s;
}
.bdown .mores span.end{ display:none\9;}
.bdown .mores a:hover span.defal{ background:#ddaf63\9;}
.mores a:hover .three-d-box{transform: translateZ(-28px) rotateX(90deg); -webkit-transform: translateZ(-28px) rotateX(90deg); -moz-transform: translateZ(-28px) rotateX(90deg); -ms-transform: translateZ(-28px) rotateX(90deg);}
.mores a:hover span.end{ background:#ddaf63;}
.moredown a:hover span i{ transform:rotate(90deg); -webkit-transform:rotate(90deg); -ms-transform:rotate(90deg);}

.menuflex{ position:absolute; right:76px; top:87px; z-index:8;}
.menuli{ width:360px;}
.menuli li{ width:150px; float:left; margin-right:1px; position:relative; height:76px; margin-bottom:1px;}
.menuli li a{ display:block; position:absolute; left:0; top:0; width:100%; height:100%; perspective:400px; -webkit-perspective:400px;}
.menuli li a .three-d-box{ transform-style: preserve-3d; -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; pointer-events: none; position: absolute;
top:0; left: 0; display:block; width:100%; height: 100%; transform:translatez(-38px); -webkit-transform:translatez(-38px); -ms-transform:translatez(-38px); -moz-transform:translatez(-38px); transition:all .4s ease-out;}
.menuli li a span.defal,.menuli li a span.end{ display:block; width:100%; height:76px; padding-top:24px; height:52px; text-align:center; color:#fff; font-size:14px; font-weight:bold; background:rgba(0,0,0,0.7); background:#000\9; filter:alpha(opacity=70); text-align:center; transition:0.4s; position:absolute; left:0; top:0; transition:0.4s;}

.menuli li a span.defal{ transform:rotatex(0deg) translatez(38px); -webkit-transform:rotatex(0deg) translatez(38px); -moz-transform:rotatex(0deg) translatez(38px); -ms-transform:rotatex(0deg) translatez(38px); }
.menuli li a span.end{ transform:rotatex(-90deg) translatez(38px); -moz-transform:rotatex(-90deg) translatez(38px); -ms-transform:rotatex(-90deg) translatez(38px); -webkit-transform:rotatex(-90deg) translatez(38px); opacity:0; visibility:hidden;}
.menuli li a:hover .three-d-box,.menuli li a.on .three-d-box{transform: translateZ(-38px) rotateX(90deg); -webkit-transform: translateZ(-38px) rotateX(90deg); -moz-transform: translateZ(-38px) rotateX(90deg); -ms-transform: translateZ(-38px) rotateX(90deg);}
.menuli li a:hover span.end,.menuli li a.on span.end{ background:#ac1a1a; opacity:1; visibility:visible;}






.menuli2{ width:660px; margin-top:40px; }
.menuli2 li{ width:150px; float:left; margin-right:1px; position:relative; height:76px; margin-bottom:1px;}
.menuli2 li a{ display:block; position:absolute; left:0; top:0; width:100%; height:100%; perspective:400px; -webkit-perspective:400px; }
.menuli2 li a .three-d-box{ transform-style: preserve-3d; -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; pointer-events: none; position: absolute;
top:0; left: 0; display:block; width:100%; height: 100%; transform:translatez(-38px); -webkit-transform:translatez(-38px); -ms-transform:translatez(-38px); -moz-transform:translatez(-38px); transition:all .4s ease-out;}
.menuli2 li a span.defal,.menuli2 li a span.end{ display:block; width:100%; height:76px; padding-top:24px; height:52px; text-align:center; color:#fff; font-size:14px; font-weight:bold; background:rgba(0,0,0,0.7); background:#000\9; filter:alpha(opacity=70); text-align:center; transition:0.4s; position:absolute; left:0; top:0; transition:0.4s;}

.menuli2 li a span.defal{ transform:rotatex(0deg) translatez(38px); -webkit-transform:rotatex(0deg) translatez(38px); -moz-transform:rotatex(0deg) translatez(38px); -ms-transform:rotatex(0deg) translatez(38px); }
.menuli2 li a span.end{ transform:rotatex(-90deg) translatez(38px); -moz-transform:rotatex(-90deg) translatez(38px); -ms-transform:rotatex(-90deg) translatez(38px); -webkit-transform:rotatex(-90deg) translatez(38px); opacity:0; visibility:hidden;}
.menuli2 li a:hover .three-d-box,.menuli2 li a.on .three-d-box{transform: translateZ(-38px) rotateX(90deg); -webkit-transform: translateZ(-38px) rotateX(90deg); -moz-transform: translateZ(-38px) rotateX(90deg); -ms-transform: translateZ(-38px) rotateX(90deg);}
.menuli2 li a:hover span.end,.menuli2 li a.on span.end{ background:#ac1a1a; opacity:1; visibility:visible;}


	/* 鍛煎惛缁撴潫 */
	/* 浜у搧鍒楄〃 */
	.se_news_r:hover h2 a,.se_news_r:hover p,.se_news_r:hover div a{color:white !important}
	
	.mask_a{
		width: 100%;
		height: 100%;
		background-color: #555;
		opacity:0;
		transition:  all .4s;
		position: absolute;
		top:0;
		z-index:97
	}
	.se_pro_con li:hover .mask_a,.pic:hover .mask_a{
		opacity:0.8;
	}
	
	.leftcon{
		position: absolute;
		top:calc((100% - 68px)/2);
		left:-68px;
		transition: all .4s;
		width: 68px !important;
		height: auto !important;
		z-index: 9999 !important;
	}
	.rightcon{
		position: absolute;
		top:calc((100% - 34px)/2);
		right:-34px;
		transition: all .4s;
		width: 34px !important;
		height: auto !important;
		z-index: 9999 !important;
	}
	.se_pro_con li:hover .leftcon,.pic:hover .leftcon{
		left:calc((100% - 68px)/2)
	}
	.se_pro_con li:hover .rightcon,.pic:hover .rightcon{
		right:calc((100% - 34px)/2)
	}
	/* 鑿滃崟鏍峰紡 */
	.fix_nav{
		position: fixed;
		width: 250px;
		height: 100%;
		top:0;
		z-index: 98;
		background: transparent;
		background-color: rgba(0,0,0,0.7);
		transition: all .4s;
	}
	.fix_nav.close{
		right:-250px;
	}
	.fix_nav.open{
		right: 0;
	}
	.fix_nav .menu_ul{
		line-height: 35px;
		position: absolute;
		/* top:calc((100% - 35px*4)/2); */
		top:130px;
		left: 100px;
		font-size: 16px;
	}
	.fix_nav .menu_ul li{
		width: 100px;
		white-space: nowrap;
		overflow: hidden;
		margin-left: 40px; line-height:45px
	}
	.fix_nav.close .menu_ul li{
		opacity: 0;
		transition: none; 
	}
	.fix_nav.open .menu_ul li{
		opacity: 1;
		margin-left: 0;
		transition: .4s;
	}
	.fix_nav .cn{
		color: white;
		left:0;
		opacity: 1;
		position: relative;
	}
	.fix_nav .en{
		color: #ff9d00;
		left:100px;
		opacity: 0;
		position: absolute;
	}
/* 缁撴潫 */
.s_width{width:1280px; margin:0 auto; position:relative;}

.se_date{ font-size:16px; color:#555}

.head_l{ background:#165fab; height:35px;}
.head_l .s_width{ height:35px;}
.head_l .s_width .l{ color:#fff; line-height:35px; padding:0 0 0 160px; width:486px;}
.head_l .s_width .r{ width:200px; line-height:35px;}
.head_l .s_width a{ color:#fff;}

.logo_nav{}
.logo_nav .s_width{ z-index:2; position: absolute; margin:0 auto;width:100%; }
.logo_nav .logo{ padding-left:1%}
.logo_nav .daohang{ width:45px; float:right; padding:30px 0 0 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer}
.logo_nav .dao_a{ width:45px; height:4px; background:#fffefe; margin:0 auto; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.logo_nav .dao_b{ width:40px; height:4px; margin:5px auto; background:#fffefe; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.logo_nav .daohang p{ line-height:45px; text-align:center; font-size:16px; color:#fffefe}
.logo_nav .daohang:hover .dao_a{ width:30px; height:4px; }
.logo_nav .daohang:hover .dao_b{ width:45px; height:4px; margin:5px auto; }

.cont_map{width:96%; margin:0 auto; margin-left:2%}


.indexbanner{position: absolute;width:100% ; z-index:1; }
.indexbannerchild{position:absolute;left:0;top:0;opacity:0;transition: all 0.5s;z-index:1;width:100%;overflow: hidden;}
.indexbannerchildbk{width:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:105%;height:100%;transition: all 2.5s;}
.indexbannerlist{position:absolute;left:50%;bottom:70px;z-index:100;background:url(../images/banner_menu.png) center no-repeat;width:500px;height:152px;margin-left:-350px;background-size:100%;}

.indexbannerlist li{float:left;width:75px;height:75px;border:3px solid white;margin:45px 20px;border-radius:50%;background-size:110%;background-repeat: no-repeat;background-position: 50% 50%;cursor: pointer;transition:all 0.5s}
.indexbannerchildanimation{transition: all 2.5s ease-out;background-size:100%}
.indexbannerlist li:hover{border:3px solid red}
.indexbannerlist li.crnt{border:3px solid red}

.banner1left{width:46%;position:absolute;left:-40%;top:30%;transition: all 1s ease-out;}
.banner1left img{width:100%}
.banner1right{width:58%;position: absolute;left:100%;top:-8%;transition: all 1s ease-out;}
.banner1right img{width:100%;}


.banner1left{width:40%;position:absolute;left:-5%;top:23%;transition: all 1s ease-out;}
.banner1left img{width:100%}
.banner1right{width:58%;position: absolute;left:100%;top:-5%;transition: all 1s ease-out;}
.banner1right img{width:100%;}


.sy_about_bg{ background:url(../images/sy_about.jpg) center; height:720px; overflow:hidden; margin-top:-80px;}
.sy_ahout{width:1280px; margin:0 auto; padding-top:120px;}
.sy_about_left{ float:left;width:610px;}
.lm_en36{font-size:36px; font-family:Arial, Helvetica, sans-serif; color:#0a070e}
.lm28{font-size:28px; color:#bd0009;}
.about_jianjie{font-size:15px; color:#555; line-height:28px; padding-top:20px;}
.youshi_list{width:660px; margin-top:20px;}
.youshi_list li{ float:left; border-right:1px #333 solid;width:210px;margin-top:20px;}

.p18{font-size:28px;}
.p18:hover{ color:#f00;font-weight:bold}
.e14{font-size:14px; font-family:Arial, Helvetica, sans-serif}

.youshi_list .a{ background:url(../images/ys_a.png) top left no-repeat; height:70px; padding-left:80px;}
.youshi_list .b{ background:url(../images/ys_b.png) top left no-repeat; height:70px; padding-left:80px; border:none; margin-left:30px;}
.youshi_list .c{ background:url(../images/ys_c.png) top left no-repeat; height:70px; padding-left:80px;}
.youshi_list .d{ background:url(../images/ys_d.png) top left no-repeat; height:70px; padding-left:80px;border:none;margin-left:30px;}


.sy_about_right{width:600px; float:right;right:0;color:#fff; text-align:left; line-height:26px;}

.about_r_top{width:600px; font-size:14px}
.a24{font-size:24px; line-height:27px; padding-left:15px; padding-top:25px;}
.a_tiao{width:30px; height:2px; background:#fff; overflow:hidden; margin:10px 0 0 15px;}
.a_txt{width:170px; margin:0 auto; text-align:left; padding-top:12px}
.a_txt18{width:170px; margin:0 auto; text-align:left; padding-top:12px;font-size:16px;}
.about_r_top li{ float:left;width:200px; height:190px; background:#d28727; display:block; }
.about_r_top li:hover{ background:#444}
.about_r_end{width:600px;right:0; text-align:right}

.about_r_end li{ float:left;width:200px; height:190px;display:block}
.about_aaa{ background:#C00; text-align:left}












.index5_1{height:100%;}
			.index5_1s,.index5_2s{height:0;overflow: hidden;width:100%;}
			.a51s{transition: height 2s ease;height:100%;}
			.imgdiv{position:absolute;bottom:0;left:0;width:100%;background-size:100%;  background-position:50% 50%;background-repeat:no-repeat;height:100%;transition:all 1s ease;}
			.index5s{transform:perspective(300px) rotateY(180deg);opacity: 0;position:absolute;top:50%;margin-top:-100px;}
			.a522s{top:45%}
			.a512s{transition: transform 1s ease 1s,opacity 1s ease 1s,top 1s ease;transform: perspective(300px) rotateY(0deg);opacity: 1}
			.a51b{background-size: 105%;filter: blur(5px)}
			
			


.sy_list{ width:100%;height:800px;}
.sy_list_left{ float:left;width:50%; background:url(../images/sy_left.jpg); background-size:100% auto; height:800px;}
.sy_list_right{ float:left;width:50%; background:url(../images/sy_right.jpg); background-size:100% auto; height:800px;}
.sy_list_right{ float:right;width:50%}


.list_kuai{width:230px; height:230px; margin:0 auto; margin-top:250px; padding:20px;}
.list_red{ background:#c70b13}
.list_yellow{ background:#ffa200}
.list_bor{border:2px #fff solid; margin:0 auto; height:180px; text-align:center; padding-top:40px;}
.list_en48{ color:#fff ;font-size:40px; font-family: Georgia, "Times New Roman", Times, serif; padding-top:20px;}
.list_tiao{ height:2px;width:60px; margin:10px auto; background:#fff; overflow:hidden; }
.list_cn18{font-sizE:24px; color:#fff}
/*sy_cpbg*/
.sy_cpbg{ background:url(../images/cp_bg.jpg) center; height:820px;}
.sy_cp_body{width:1280px; margin:0 auto; padding-top:70px;}
.espcms_piclist_slide {overflow: hidden;}
.espcms_piclist_slide ul li{float: left;margin:0 15px 15px 0;text-align: center; position:relative; height:320px;overflow:hidden; }

.espcms_piclist_slide li .pic { width:412px; height:340px;}
.espcms_piclist_slide li .pic a{ font-size:16px;}

.espcms_piclist_slide li .pic img { width:412px; height:340px;}
.espcms_piclist_slide li .cover_top{ text-align:center; line-height:50px; height:50px; font-size:16px;z-index:99;position: absolute; color:#666; bottom:0; width:100%; background:rgba(0,0,0,0.7)}
.espcms_piclist_slide li .cover_pic{ width:120px; height:120px;position:absolute; left:50%; margin-left:-60px;top:-150px; z-index:100}
.espcms_piclist_slide li .cover_pic a{ font-size:24px; color:#ffea00; font-weight:bold; padding:80px 0 0 0; background:url(../images/images/more.png) no-repeat center 5px; display:block}
.espcms_piclist_slide li  p{ }
.espcms_piclist_slide li  p a{ color:#fff}
.espcms_piclist_slide li  p a:hover{ color:#fff600}


/*.case_lingyu*/
.case_lingyu{ background: url(../images/gongyi.jpg) center; height:690px; overflow:hidden}
.case_child{width:1320px;margin:0 auto;}
.case_left{width:120px;float:left;overflow:hidden;}
.case_right{width:1200px;float:right;}
.case_right li{width:198px;float:left;position:relative;background:rgba(0,0,0,0.3);height:769px;}
.case_right li:nth-child(2n){background:rgba(255,255,255,0.3)}
.case_info{position:absolute;top:0;right:0;overflow:hidden;width:0;height:769px;background:#ffffff;}
.case_icon{position:absolute;top:260px;left:40px;width:87px;}
.case_icon img{width:80%}
.case_line{width:100%;background-image:url(../images/images/case_btm.png);background-position:50% 100%;background-repeat:no-repeat;height:50px;text-align:center;line-height:30px;color:white;font-size:18px;position:absolute;top:485px;left:0;}



.biaoti28{ color:#F60; font-size:24px; font-weight:bold; padding-left:10%; line-height:50px}
.wenzi16{font-size:14px; color:#444; line-height:26px;width:80%; margin:0 auto}
.youshi {
background: url(../images/images/youshigb.jpg) center; height:710px; overflow:hidden;
}
.youshi p {
font-size: 30px;
text-align: center;
color: #838383; 
}
.youshi span {
margin: 0 20px;
}
.youshi .erbiaoti {
font-weight: 900;
font-size: 50px;
color: #ff5400;
}
.youshi .shitLine {
position: relative;
margin-bottom: 80px;
height: 116px;
border-bottom: 1px solid #828282;
}
.youshi .shitLine div {
position: absolute;
bottom: -23px;
width: 160px;
height: 80px;
}
.youshi .shitLine p {
font-size: 16px;
}
.youshi .shitLine div span {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -23px;
width: 46px;
height: 46px;
line-height: 46px;
font-size: 24px;
text-align: center;
color: #fff;
border-radius: 50px;
cursor: pointer;
background-color: #828282;
}
.youshi .shitLine .shitActive {
height: 100px;
}
.youshi .shitLine .shitActive {
transition: all 0.5s ease;
}
.youshi .shitLine .shitActive span {
transition: all 0.5s ease;
}
.youshi .shitLine .shitActive p {
color: #f8560e;
font-size: 20px;
}
.youshi .shitLine .shitActive span {
bottom: -10px;
margin-left: -33px;
width: 66px;
height: 66px;
line-height: 66px;
background-color: #f8560e;
}
.youshi .shitFoot {
position: relative;
margin: 0 auto;
width: 80%;
height: 300px;
overflow: hidden;
}
.shitFoot .kongzhi {
position: absolute;
right: 20px;
bottom: 0;
width: 100px;
height: 50px;
z-index: 3;
}
.shitFoot .kongzhi span {
margin: 0;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
font-size: 30px;
text-align: center;
border-radius: 50%;
color: #fff;
background-color: #D7D8DD;
}
.shitFoot .kongzhi span:hover {
cursor: pointer;
background-color: #f8560e;
}
.youshi .shitFoot ul {
position: absolute;
left: 0;
top: 0;
width: 600%;
height: 100%;
}
.youshi .shitFoot li {
float: left;
width: 16.6666666667%;
height: 100%;
}
.shitFoot img {
float: left;
margin-right: 20px;
height: 300px;
width: 40%;
}
.shitFoot li div {
float: left;
padding: 20px;
width: 58%;
height: 300px;
box-sizing: border-box;
background-color: #fff;
}
.shitFoot div h3 {
font-size: 24px;
color: #c02521;
}
.shitFoot div p {
margin: 20px 0;
font-size: 14px;
}


/*sy_newsbg*/
.sy_newsbg{ background:url(../images/news_bg.jpg) center; height:760px;}
.sy_news_body{width:1280px; margin:0 auto; text-align:center; padding-top:80px;}
.en_lm48{font-size:36px; font-family:Arial, Helvetica, sans-serif}
.lm48{font-size:36px; }


.gpngqiu_n{height: 420px; width:1280px; margin: 0 auto; margin-top: 40px;}
.gpngqiu_n li{ height: 200px; width: 610px; float: left; background: #f7f7f7; margin-right:15px; margin-bottom: 20px;margin-left:15px;filter: alpha(opacity=80); opacity:0.8; }

.xinxi_gongqiu{height: 200px; width: 600px;}
.x_tu{width:170px;height:200px ;position:relative;background-repeat:no-repeat;background-size:100%;background-position:50% 50%; border: 1px  solid #f1f1f1; float: left;}

.xinwen_tiao{
	font-size:16px; 
	color:#555;
	border-bottom:2px #900 solid;
   width:64px; 
   height:30px; 
   line-height:30px;
  text-align:left;
  margin-left:20px; 
  padding-top:10px;
	}
	
.xinxi{height: 200px; width:400px;  float: right; text-align:left}
.xinxi_t{height: 35px; width: 580px;margin-top: 10px; text-align:center;font-size:18px;}
.xinxi_t a{line-height: 35px; width:580px; display: block;  font-size: 18px;  color:#000000; }
.xinxi_t p{line-height: 35px; width: 80px; display: block;  font-size: 12px;  color:#c9c9c9; float:right;}
.xinxi_t a:hover{color: #fff;font-weight: bold}
.gqxx p{  font-size: 12px; color: #c9c9c9; width: 378px;}
.xinxi_x{ width: 49px; height:5px; border-bottom: 2px solid #015bb5; }

.gobfqiu_z p{padding-right: 15px; line-height: 25px; color: #545454; font-size: 12px; margin-top: 1px; text-align:left; margin-left:20px;width:570px;font-size:14px;}
.kuang a{line-height: 24px; width: 24px; color: #FFFFFF;font-size: 18px; display: block; text-align: center;float: right; background: #aeaeae;  margin-top: 10px; }
.kuang a:hover{background: #015bb5;color: #FFFFFF;font-size: 18px;}
.liuyan{ height: 378px; width: 100%; margin: 0 auto; background:url(../images/images/hu.jpg) center no-repeat; margin-top:45px;}
.liuyan_z{height: 378px; width: 1200px; margin: 0 auto;position:relative; z-index:2}
.liuyan_zl{ width: 600px; height: 378px; float: left;}
.liuyan_zl_z p{line-height: 30px; width: 400px; color: #000000; font-size: 17px; padding-top: 200px; margin-left: 40px; font-weight: bold;}
.liuyan_zl_z a{ color: #d0231c;font-weight: bold;}
.liuyan_r{ height: 340px; width: 390px; float: right; margin-top: 60px; margin-right: 165px;}
.liuyan_rz p{ line-height: 35px; width: 390px; font-size: 28px; font-weight: bold; color: #d0231c;}
.liuyan_xz p{font-size: 15px; color: #3e3e3e; line-height: 20px; padding-top: 15px; }
/*sy_contbg*/
.sy_contbg{ background:url(../images/contbg.jpg) center; height:920px;}
.sy_contact{width:895px; margin:0 auto; padding-top:45px;position: relative}
.sy_contact_r{ background:url(../images/cont_r.png); width:895px; height:875px;position: absolute}
.sy_contact_shanzha{ position: absolute; margin-top:180px;}
.lxwm48{font-size:48px; color:#fff; margin-top:200px; text-align:left; margin-left:480px;}
.cont_list{font-size:18px; line-height:35px; color:#fff; text-align:left; margin-left:340px; margin-top:110px;}



.footer{ background:url(../images/footer_bg.jpg) no-repeat center top; padding:35px 0 35px 0}
.footer .f_erweima{ text-align:center; font-size:16px; color:#ddeaff; line-height:45px; width:127px; padding:20px 0 0 0}

.footer .f_r{ padding:0 55px 8px 55px; font-size:15px; line-height:30px; color:#e6f7ff;   border-right:1px solid #457eba; }
.footer .f_r .foot_ctit{ font-size:17px; color:#bebebe; height:55px; line-height:55px; margin:0 0 5px 0}
.footer .f_r p{ line-height:30px; color:#ddeaff; font-size:14px; }

.footer .footer_nav{ border-right:1px solid #457eba; padding:0 90px 0 60px; height:195px;}
.footer .foot_ptit{ font-size:17px; color:#ffffff; height:45px; line-height:45px; margin:0 0 20px 0; background:url(../images/f_nav_line.jpg) no-repeat left bottom;}
.footer .footer_nav li{ line-height:28px; text-align:left;}
.footer .footer_nav li a{ color:#ddeaff; font-size:14px;}
.footer .footer_nav li a:hover{ color:#fff}

.footer .f_logo{  padding:25px 20px 16px 20px;}
.f_f{ line-height:50px; text-align:center; color:#e6f7ff;font-size:15px;}
.f_f a{ color:#e6f7ff}
.f_f a:hover{ font-weight:bold; color:#fff}
.footer_p{ background:#2b2b2b; line-height:55px; text-align:center; color:#d0cfcf; font-size:14px; border-top:1px solid #494949}
.footer_p a{ color:#d0cfcf}
.footer_p a:hover{ font-weight:bold; color:#222}



/*texing*/
.texing{ background:#fff; padding:45px 0;}
.texing ul{ width:1280px; margin:0 auto; border-bottom:1px solid #e5e5e5; padding:0 0 40px 0}
.texing li{ float:left; width:319px; border-right:1px solid #e5e5e5; position:relative; padding:0 0 15px 0}
.texing li:nth-child(4n){ border-right:0px;}
.texing li .te_pic{ width:161px; height:161px; margin:0 auto; overflow:hidden; position:relative; border-radius:180px; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.texing li .te_pic img{ width:100%;}
.texing li span{ display:block; line-height:54px; font-size:20px; font-weight:bold; color:#0947a5; text-align:center; padding:10px 0 0 0}
.texing li p{ text-align:center; font-size:15px; color:#606060; line-height:24px;}
.texing li:hover .te_pic{ width:145px; height:145px;}
/*about*/
.about{ position:relative; opacity:1;  overflow:hidden;}
.about h3{ text-align:center; font-weight:normal;}
.about h3 p{ font-size:36px; color:#171717; }
.about h3 .a_en{ text-transform:uppercase; color:#969696; font-size:16px; line-height:40px;}
.about h3 span{ display:block; height:1px; width:50px; margin:0 auto; background:#003c98}
.about .s_width{ position:relative; overflow:hidden; height:469px; padding:30px 0 0 0}
.about .about_pic{ width:564px; height:469px; position:absolute; right:0;}
.about .about_con{ position:absolute; left:20px; width:630px; z-index:2;}
.about .about_con h2{ line-height:55px; color:#323131; font-size:21px; font-weight:normal; background:url(../images/j_t_bg.jpg) no-repeat left bottom; padding:20px 0 0 0}
.about .about_con .about_p{ padding:25px 25px 0 0; line-height:30px; color:#5c5a5a; font-size:15px;}
.about .about_more{ width:153px; height:40px; line-height:40px; margin:42px 0 0 0; border-radius:50px; border:1px solid #b5caeb; background:url(../images/jiantoud.png) no-repeat 20px center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.about .about_more:hover{  background:url(../images/jiantoud.png) no-repeat 30px center;}
.about .about_more a{ font-size:14px; color:#1e62cb; text-transform:uppercase; display:block; padding-left:66px;}
.about .about_more a:hover{ font-weight:bold}
.about ul{ margin:35px 0 0 0}
.about li{ width:160px; height:100px; background:#2d69c7; border-radius:5px; float:left; margin-right:15px; cursor:pointer; transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s; }
.about li .a_ul_pic{ width:57px; height:44px; margin:15px auto 0 auto;}
.about li p{ font-size:16px; color:#fff; text-align:center; padding:10px 0 0 0;}
.about .about_line{ width:1260px; height:435px; border:1px solid #e5e5e5; position:absolute; left:0; top:45px; opacity:0.4;}
.about li:hover{ background:#333}
/*index_list*/
.index_list{ position:relative; opacity:1; padding:50px 0 0 0; height:780px;  overflow:hidden;}
.index_list .f_quxian{ text-align:center;  position:absolute; left:50%; margin-left:-37px; width:75px; height:24px; top:50px; padding:0 0 10px 0; opacity:0;}
.index_list .f_t{ text-align:center; font-size:30px; color:#713f17; line-height:40px; font-weight:bold; background:url(../images/fflei_line.jpg) no-repeat center bottom;  position:absolute; left:50%; margin-left:-218px; top:74px; width:436px;  opacity:0;}
.index_list .f_t_wenzi{ font-size:16px; text-align:center; color:#737272; line-height:40px; padding:0 0 40px 0; position:absolute; left:50%; margin-left:-218px; top:114px; width:436px;  opacity:0;}

.index_list .f_list{ height:630px; background:url(../images/fflei.jpg) no-repeat center top; position:relative; overflow:hidden; top:390px; opacity:0;}
.index_list .f_list li{ width:300px; float:left; position:relative; height:630px;}
.index_list .f_list .f_icon{ position:absolute; width:79px; height:52px; left:50%; margin-left:-39px; z-index:5; top:199px;}
.index_list .f_list .f_title{ font-size:24px; color:#ffffff; position:absolute; text-align:center; width:100%; font-weight:bold; z-index:5; top:278px;}
.index_list .f_list .f_line{ height:1px; width:140px; left:50%; margin-left:-70px; position:absolute; background:#8c8c84; z-index:5; top:328px;}
.index_list .f_list .f_wenzi{ color:#f6e9d7; font-size:16px; width:100%; text-align:center; position:absolute; line-height:40px; z-index:5; top:345px;}
.index_list .f_list .f_top{ position:absolute; width:100%; height:630px; background:rgba(0,0,0,0.7);z-index:3;}
.index_list .f_list .f_da{ position:absolute; width:69px; height:69px; left:50%; margin-left:-34px; z-index:4; opacity:0; bottom:0}
.index_list .f_list .f_kuang{ position:absolute; width:284px; height:614px; left:-50%; margin-left:-142px; z-index:2; opacity:0}
.index_list .f_list .f_pic{ position:absolute; width:300px; height:630px; z-index:1; overflow:hidden;}
.index_list .f_list .f_pic img{ width:100%; height:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.index_list .f_list li:hover .f_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}


/*product*/
.product{ background:url(../images/ccbg.jpg) no-repeat center top; height:858px; margin:110px 0 0 0; position:relative}
.product h3{ text-align:center; padding:85px 0 0 0; font-weight:normal;}
.product h3 div{ font-size:40px; color:#fff;}
.product h3 span{ font-size:13px; display:block; color:#fff; text-transform:uppercase; line-height:35px;}
.pro_cage{ width:840px; margin:0 auto}
.pro_cage ul{ margin:25px 0 60px 0}
.pro_cage li{ float:left; line-height:45px; padding:0 25px; margin:0 12px 0 0; background:#fff; border-radius:0; transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.pro_cage li:hover{ border-radius:100px; background:#333}
.pro_cage li:hover a{ color:#fff;}

.pro_cage li a{ font-size:16px; color:#333;}
.pro_cage li a:hover {color:#fff;}
.pro_cage li:nth-child(4n){ margin:0 0 0 0;}
.procon{ height:460px; position:relative; width:1280px; margin:0 auto; background:url(../images/proconbg.jpg)}
.procon .p_con_a,.procon .p_con_b,.procon .p_con_c,.procon .p_con_d,.procon .p_con_e{ position:absolute;}
.procon .p_con_a{ width:857px; height:300px; right:0; top:80px; overflow:hidden;}
.procon .p_con_a li{ float:left; width:400px; height:300px; border:1px solid #f2f2f2; margin:0 17px 0 0; position:relative; overflow:hidden;}
.procon .p_con_a li img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.procon .p_con_a li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}


.procon .p_con_d{ width:350px; left:30px; top:70px;}
.procon .p_con_d h2{ color:#1e4eaa; font-size:24px; line-height:65px; }
.procon .p_con_d h2 span{ display:block; width:66px; height:1px; background:#1e4eaa}
.procon .p_con_d p{ line-height:30px; color:#424242; font-size:15px; margin:25px 0 0 0}

.p_con_d_more{ width:162px; height:34px; line-height:34px; margin:34px 0 0 0; background:#cd210e url(../images/jiantoudd.png) no-repeat 20px center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_con_d_more:hover{ background:#3e3e3e url(../images/jiantoudd.png) no-repeat 40px center;}
.p_con_d_more a{ font-size:16px; color:#ffffff; text-transform:uppercase; display:block; padding-left:66px;  transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_con_d_more:hover a{ padding-left:76px;}

.pp_icon{ width:176px; left:50%; margin-left:-88px; position:absolute; bottom:-35px; height:8px;}
.pp_icon li{ width:53px; float:left; margin:0 5px 0 0; height:8px; background:#fff}
.pp_icon li.cp_crnt{ background:#e7292a}


.xingneng{ padding:80px 0 0 0}
.xingneng h3{ text-align:center; font-weight:normal; padding:0 0 30px 0}
.xingneng h3 p{ font-size:36px; color:#171717; }
.xingneng h3 .a_en{ text-transform:uppercase; color:#969696; font-size:16px; line-height:40px;}
.xingneng h3 span{ display:block; height:1px; width:60px; margin:0 auto; background:#003c98}
.xingneng .s_width{ height:566px; overflow:hidden;}
.xingneng .xingneng_a{ left:0; top:0; width:491px; height:566px; position:absolute; background:#f6f6f6; overflow:hidden;}
.xingneng .xingneng_b{ right:0; top:0; width:779px; height:246px; position:absolute; background:#f6f6f6; overflow:hidden; cursor:pointer}
.xingneng .xingneng_c{ left:501px; bottom:0; width:385px; height:310px; position:absolute; background:#f6f6f6; overflow:hidden; cursor:pointer}
.xingneng .xingneng_d{ right:0; bottom:0; width:385px; height:310px; position:absolute; background:#f6f6f6; overflow:hidden;  cursor:pointer}
.xingneng .xc_pic{ right:0; top:0; position: absolute; z-index:1}
.xingneng .xingneng_c .xc_pic{ top:20px;}
.xingneng .xingneng_d .xc_pic{ top:40px;}
.xingneng .xn_con{ left:20px; top:40px; position: absolute; z-index:2; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.xingneng .xingneng_b:hover .xn_con{ left:20px; top:50px; position: absolute; z-index:2}
.xingneng .xingneng_c:hover .xn_con{ left:20px; top:50px; position: absolute; z-index:2}
.xingneng .xingneng_d:hover .xn_con{ left:20px; top:50px; position: absolute; z-index:2}

.xingneng .xn_con h4{ color:#262626; font-size:24px; line-height:55px; font-weight:normal;}
.xingneng .xn_con p{ color:#6d6d6d; font-size:15px; line-height:30px; }
.xingneng .xn_con .xn_jian{ margin:30px 0 0 0; padding:10px 0 0 0}
.xingneng .xc_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}

.xingneng .xc_pic:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}



.shili{ height:280px; background:url(../images/shilibg.jpg) no-repeat center top; margin:75px 0 0 0;width:100%; overflow:hidden;}
.shili li{ width:320px; float:left; margin:50px 0 0 0}
.shili li .shi_pic{ width:74px; height:63px; margin:0 auto;}
.shili li .shi_title{ font-weight:bold; font-size:33px; color:#fff; text-align:center; line-height:75px;}
.shili li p{ font-size:17px; text-align:center; color:#fff;}
.shili li span{ display:block; height:1px; width:60px; background:#fff; margin:0 auto 15px auto}

/*news_weiti*/
.news{ padding:89px 0; background:url(../images/xinwenbg.jpg) no-repeat center top;}
.news h3{ text-align:center; font-weight:normal; padding:0 0 30px 0}
.news h3 p{ font-size:36px; color:#171717; }
.news h3 .a_en{ text-transform:uppercase; color:#969696; font-size:16px; line-height:40px;}
.news h3 span{ display:block; height:1px; width:60px; margin:0 auto; background:#003c98}

.news_tu{ width:635px;}
.news_tu li{ width:298px; margin:0 0 0 15px; background:#f8f8f8; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.news_tu_t{ padding:25px 15px}
.news_tu_pic{ width:298px; height:218px; position:relative; overflow:hidden;}
.news_tu li .news_tu_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_tu li:hover .news_tu_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.news_tu li:hover { background:#176ac1}
.news_tu li:hover a{ color:#fff}
.news_tu li:hover .news_date{ color:#fff}

.news_tu_t p a{ font-size:16px; color:#010101; line-height:35px;}
.news_tu_t .news_date{ font-size:14px; color:#7c7c7c; line-height:25px;}
.news_list{ width:619px; margin:0 10px 0 0; }
.news_list_con{ background:#f8f8f8; margin:0 0 15px 0; padding:11px 18px 11px 10px; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.news_list_con:hover{ background:#176ac1;}
.news_list_con:hover .news_list_title h4 a{ color:#fff}
.news_list_con:hover .news_list_date{ color:#fff;}
.news_list_con:hover .news_list_title p{ color:#fff;}

.news_list_con .news_list_date{ width:103px; color:#868686; font-size:18px; text-align:right; padding:10px 15px 20px 0; border-right:1px solid #e2e2e2}
.news_list_con .news_list_date span{ display:block; font-size:16px; }
.news_list_con .news_list_title{ width:441px;}
.news_list_con .news_list_title h4{ font-weight:normal; line-height:30px;}
.news_list_con .news_list_title h4 a{  font-size:16px; color:#0f0f0f; }
.news_list_con .news_list_title p{ color:#777777; font-size:14px; line-height:24px;}


.xinwen_list{ background:#f7f7f7; }
.xinwen_list ul{ width:1280px; margin:0 auto; padding:20px 0}
.xinwen_list li{ padding:0 50px; float:left; text-align: center; margin-right:20px ; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; border-radius:50px; border:#06C 1px solid;}
.xinwen_list li a{ line-height:50px; font-size:16px;}
.xinwen_list li:hover{ background:#06C; font-weight:bold; color:#ee800a}
.xinwen_list li:hover a{color:#fff}

.xinwen_list li.honor_li{ background:#06C; }
.xinwen_list li.honor_li a{ color:#fff}


.search-bar { position:absolute; width:950px; left:50%; margin-left:-425px; height:60px; }
.search-bar input { border: none; float: left;}

.search-bar .search-keywords { margin-top: 2px; border-radius: 6px; overflow: hidden; }
.search-bar .keywords { padding-left: 10px; width: 754px; height: 58px; line-height: 58px; font-size: 16px; border:1px solid #eee}
.search-bar input[type="submit"] {  width: 70px; height: 60px; line-height: 60px; text-align: center; font-size: 16px; color: #fff; cursor: pointer; background:#176ac1 url(../images/se.png) no-repeat center center}



.erji_list{width:1240px; margin:0 auto; padding:60px 0 40px 0; text-align:center }
.erji_list div{ max-width:1240px; margin:0 auto}
.erji_list li{ width:125px; float:left; text-align: center; border:1px solid #666; margin:0 10px 10px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.erji_list li a{ line-height:40px; font-size:15px;}
.erji_list li:hover{ background:#06C; border:1px solid #06C;  color:#ee800a}
.erji_list li:hover a{color:#fff}

.erji_list li.honor_li{ background:#06C; border:1px solid #06C;}
.erji_list li.honor_li a{ color:#fff}

.se_pp { width:1240px; margin:0 auto;  padding:30px 0 20px 0}
.se_pp ul{ width:1280px;}
.se_pp li{float:left; padding:0; width:600px; height:406px; margin:0 40px 25px 0; position:relative; overflow:hidden; background:#eee; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

.se_pp li .p-img{ width:314px; height:366px;  text-align:center;  position: absolute; overflow:hidden; left:20px; top:20px; border-right:1px solid #ededed; background:#fff}
.se_pp li .p-name{ width:200px; height:406px; height:70px; position: absolute; right:30PX; top:0; }
.se_pp li .p-name p{  line-height:30px; font-size:18px; color:#555; text-transform:uppercase; margin:50px 0 50PX 0}
.se_pp li .p-name span{ width:118px; height:35px; background:#013f96; display:block; line-height:35px; text-align:center; color:#fff}
.se_pp li .p-img img{ transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_pp li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_pp p{ font-size:16px; line-height:35px; color:#666;}
.se_pp p span{ font-size:17px;  color:#af1318;}
.se_pp li:hover{ background:#1653a8}
.se_pp li:hover .p-name span{ color:#fff; background:#dd0a0a}
.se_pp li:hover .p-name p{ color:#fff}


.prod_nav{width:1280px; position: absolute ; left:50%; margin-left:-640px; top:0; z-index:5}
.prod_nav li{width: 640px; text-align:center;  line-height:80px; float:left; background:#f5f5f5; display: block;}
.prod_nav li span{  background:#444; display:block; width:640px; height:80px; color:#fff; font-size:23px; }
.prod_nav li span.on{background:#e90a11; color:#fff; display: block;}
.espcms_page_right{width:1280px;  padding-bottom:25px;overflow: hidden; position:relative}



.d_top{ background:#fff; height:100px; position:absolute; z-index:999;width:100%;top:0}


/*liuyan*/
.liuyan{ background:#fff url(../images/liu_bg.jpg) no-repeat center center; padding:80px 0 0 0}
.liuyan .s_width{ height:526px; position:relative; overflow:hidden;}
.liuyan .liu_l{ width:555px; position:absolute; left:0; top:0}
.liuyan .liu_r{ width:580px; position:absolute; right:0; top:0; overflow:hidden;}
.liuyan .liu_r h3{ font-size:24px; color:#292929; line-height:65px;}
.liuyan .liu_r .liu_zi{ line-height:55px; font-size:18px; color:#3d3d3d; border-top:1px solid #939393;  border-bottom:1px solid #939393}
.liu_con .title{ display:none;}

.zibg{ background:#fff; padding:20px 0 0 0}
.zibg_t{ width:1280px; margin:0 auto; border-bottom:1px solid #eee; line-height:70px; background:url(../images/images/zi_icon.png) no-repeat left top; font-size:14px;}
.zibg_t  h2{ font-size:33px; padding:0 0 0 40px; color:#1E64BC; font-weight:normal;}
.zibg_p{ text-align:center; line-height:35px; font-size:18px; color:#333; padding:40px 0 30px 0; background:url(../images/images/zi_p_bg.png) no-repeat center 30px;}


/*se_about*/
.se_about{ position:relative; opacity:1;  overflow:hidden; margin:50px 0 0 0}
.se_about .s_width{ position:relative; overflow:hidden; height:469px; }
.se_about .se_about_pic{ width:564px; height:469px; position:absolute; right:0;}
.se_about .se_about_con{ position:absolute; left:0; width:626px; z-index:2; background:#F5F5F5; padding:60px 45px 80px 45px;}
.se_about .se_about_con h2{ line-height:45px; color:#2d69c7; font-size:26px; font-weight:normal;  padding:20px 0 0 0}
.se_about .se_about_con h2 span{ display:block; font-size:36px; text-transform:uppercase; font-weight:bold;}
.se_about .se_about_con .se_about_p{ padding:35px 25px 0 0; line-height:37px; color:#5c5a5a; font-size:16px;}





/*erjiyemian*/
.erji{ padding:50px 0 0 0}
.erji h2{  text-align:center; color:#713f17; font-size:30px; text-transform:uppercase; line-height:40px; background:url(../images/fflei_line.jpg) no-repeat center bottom;}
.erji .er_quxian{ text-align:center; width:75px; height:24px; margin:0 auto;}
.erji .er_t_wenzi{ font-size:16px; text-align:center; color:#737272; line-height:40px;}
.cage{ height:50px; padding:15px 0 70px 0; width:998px; margin:0 auto}
.cage li{ width:165px; text-align:center; float:left; margin-right:1px; background:#08912a;}
.cage li a{ line-height:50px; font-size:18px; color:#fff}
.erji .s_width{ padding-bottom:50px;}
.erji .s_width .l{width:601px; position: absolute}
.erji .s_width_r{ width:458px;font-size:20px; color:#333333; font-weight:bold;  position:absolute; background:url(../images/images/welcome.png) no-repeat left 30px; right:0; padding:110px 50px 0 89px; border:1px solid #ccc;}
.erji .s_width_r p{ font-size:14px; color:#2d2d2d; line-height:31px; font-weight:normal; padding:20px 0 55px 0; }
.erji_lv{ width:1200px; margin:0 auto; padding: 0 0 50px 0; line-height:35px;  font-size:16px; color:#555; text-indent:2em}
.erji_lv p{ line-height:35px;  font-size:16px; color:#555; padding:30px 0 0 0}
.erji_lv div{ text-indent:0}

.erji .cage_index{ padding:30px 0 0 0}
.erji .cage_index ul{ width:600px; margin:0 auto}
.erji .cage_index li{ width:200px; float:left;}
.erji .cage_index li a{width:160px; margin:0 auto; display:block; border:1px solid #bcbcbc; border-radius:28px; line-height:37px; text-align:center; color:#5c5c5c; font-size:16px;}
.erji .cage_index li a.on{ border:1px solid #e33238; background:#e33238; color:#fff}
.erji .cage_index li a:hover{ border:1px solid #e33238; background:#e33238; color:#fff}



.liuyan_title{ line-height:40px; font-size:18px; text-align:center; color:#444; font-weight:bold}





/*er_about*/
.er_about{ width:1280px; margin:50px auto; line-height:55px; position:relative; font-size:16px; color:#444; text-indent:32px;}


/*er_zhaoshang*/
.er_zhaoshang{ height:568px; background:#f3f3f3; position:relative; opacity:1;  overflow:hidden;}
.er_zhaoshang .zhaoshang_pic{ width:50%; height:568px; overflow:hidden; position:absolute; right:0; top:0;}
.er_zhaoshang .s_width{ position:relative; overflow:hidden;height:568px;}
.er_zhaoshang .zhaoshang_con{ position:absolute; left:0; width:605px; height:568px; z-index:2; background:url(../images/jj_bg.jpg) no-repeat left top;}
.er_zhaoshang .zhaoshang_con h2{ padding:100px 0 20px 0;height:31px; line-height:31px; color:#3a2c1f; font-size:24px; background:url(../images/j_t_bg.jpg) no-repeat left bottom; }
.er_zhaoshang .zhaoshang_con p{ padding:50px 55px 0 0; line-height:30px; color:#383837; font-size:15px;}


/*qian_zhaoshang*/
.qian_zhaoshang{ padding:80px 0 0 0}
.qian_zhaoshang h2{  text-align:center; color:#713f17; font-size:30px; text-transform:uppercase; line-height:40px; background:url(../images/fflei_line.jpg) no-repeat center bottom;}
.qian_zhaoshang .er_quxian{ text-align:center; width:75px; height:24px; margin:0 auto;}
.qian_zhaoshang .er_t_wenzi{ font-size:16px; text-align:center; color:#737272; line-height:40px; margin:0 0 65px 0}
.qian_zhaoshang_con{ background: url(../images/qian_bg.png) no-repeat center top;}
.qian_zhaoshang_con .s_width{ overflow:hidden; padding:85px 0}
.qian_zhaoshang_con li{width:113px; height:180px; float:left; padding:0 18px; position:relative;}
.qian_zhaoshang_con .qian_pic{width:113px; height:113px; position:absolute; left:50%; margin-left:-56px; top:0; overflow:hidden;}
.qian_zhaoshang_con h3{ text-align:center; font-weight:normal; font-size:17px; color:#c5c5c5; line-height:60px; background:url(../images/qian_line_h.png) no-repeat center bottom; position:absolute; left:50%; margin-left:-56px; top:113px; overflow:hidden; width:113px;
}
.qian_zhaoshang_con li:hover h3{ color:#ba9373; font-weight:bold; background:url(../images/qian_line.png) no-repeat center bottom;}


/*zhichi*/
.zhichi{ padding:80px 0 60px 0; background:#f3f3f3}
.zhichi h2{  text-align:center; color:#713f17; font-size:30px; text-transform:uppercase; line-height:40px; background:url(../images/zhilei_line.png) no-repeat center bottom;}
.zhichi .er_quxian{ text-align:center; width:75px; height:24px; margin:0 auto;}
.zhichi .er_t_wenzi{ font-size:16px; text-align:center; color:#737272; line-height:40px; margin:0 0 35px 0}
.zhichi ul{ width:1200px; margin:0 auto;}
.zhichi li{ width:370px; float:left; margin-right:30px; margin-top:50px; height:220px; border-bottom:1px solid #dddddd; position:relative; top:0}
.zhichi li .zhichi_t{ background:url(../images/zhichi.jpg) no-repeat left top; padding:10px 0 0 0; line-height:33px; font-weight:bold; font-size:18px; color:#222;}
.zhichi li .zhichi_t_en{ color:#3a3a3a; font-size:14px; line-height:25px; text-transform:uppercase}
.zhichi li p{ padding:20px 0 0 0; line-height:28px; font-size:14px; color:#3a3a3a}

/*youshi*/
.youshi{ padding:80px 0 60px 0;}
.youshi h2{  text-align:center; color:#713f17; font-size:30px; text-transform:uppercase; line-height:40px; background:url(../images/zhilei_line.png) no-repeat center bottom;}
.youshi .er_quxian{ text-align:center; width:75px; height:24px; margin:0 auto;}
.youshi .er_t_wenzi{ font-size:16px; text-align:center; color:#737272; line-height:40px; margin:0 0 35px 0}
.youshi_con{ background:url(../images/you_bg.jpg) no-repeat center top; }
.youshi_con ul{ width:1200px; margin:0 auto; height:559px; overflow:hidden;}
.youshi_con li{ width:300px; float:left; position:relative; height:559px; overflow:hidden; margin-top:0}
.youshi_con .you_pic{ position:absolute; left:0; top:0; z-index:1}
.youshi_con .you_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.youshi_con li:hover .you_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.youshi_con .you_zi{ position:absolute; z-index:2; width:56px; height:56px; text-align:center; border:2px solid #747574; line-height:56px; left:50%; top:85px; margin-left:-28px; font-size:30px; font-weight:bold; color:#aeaeae}
.youshi_con .you_t{ position:absolute; z-index:2; width:160px; height:56px; text-align:center; border-bottom:1px solid #747574; line-height:56px; left:50%; top:175px; margin-left:-80px; font-size:22px; font-weight:bold; color:#ececec}
.youshi_con p{ width:260px; position:absolute;z-index:2; line-height:30px; left:50%; top:270px; margin-left:-130px; font-size:14px; color:#d8d8d8}


/*p_pindao*/
.p_pindao{ width:1280px; margin:0 auto 30px auto; background:#f6f8fb; }
.p_pindao_t{ padding:50px 0 0 50px;width:580px;}
.p_pindao_t h2{ font-size:34px; color:#333; line-height:90px; background: url(../images/pin_t_bg.png) no-repeat left top; padding:0 0 0 40px; }
.p_pindao_t p{ font-size:16px; color:#727272; line-height:33px; padding:20px 50px 30px 40px ;}
.p_pindao .p_pindao_more{ width:150px; padding:0 0 0 40px; margin:0 0 0 40px; background:#176ac1 url(../images/jiantoudd.png) no-repeat 20px center; border:1px solid #176ac1; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_pindao .p_pindao_more a{ font-size:16px; height:42px; line-height:42px;  display:block; padding-left: 36px;color:#fff;  transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_pindao .p_pindao_more:hover{ background:#3e3e3e url(../images/jiantoudd.png) no-repeat 40px center;  border:1px solid #3e3e3e;}
.p_pindao .p_pindao_more:hover a{padding-left: 46px;color:#fff; }

.p_pindao_pic{ width:580px; height:435px; position:relative; overflow:hidden; margin:30px }
.p_pindao_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.p_pindao_pic:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}


/*erji_cage*/
.erji_cage{ background:#f3f3f3}
.erji_cage ul{ width:1200px; margin:0 auto;}
.erji_cage li{  width:240px; float:left;}
.erji_cage li a{color:#1f1f1f; font-size:18px; padding:80px 0 20px 0; display:block; text-align:center; line-height:50px;}







.se_pro_con{ width:1280px; overflow:hidden;  position:relative; margin:50px auto 0 auto; padding:10px 0 10px 0}
.se_pro_con ul{ width:1380px; }
.se_pro_con li{float:left; padding:0; width:400px; height:300px; margin-right:35px; margin-bottom:25px;position:relative; overflow:hidden; background:url(../images/jj.jpg) no-repeat center top;  transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
/* .se_pro_con li:hover{ border-radius:50px;} */
.se_pro_con .se_pro_t_l{ width:400px; height:300px; position:relative; cursor: pointer;}
.se_pro_con .se_pro_t_l a{ width:400px; height:300px; position: absolute; z-index:3; background:url(../images/p_more_bg2.png) no-repeat center center; text-align:center; font-size:14px; color:#fff; line-height:40px; opacity:0}
.se_pro_con .se_pro_t_l .se_pro_t_laa{opacity:1;}
.se_pro_con .se_pro_t_l a span{ display:block; font-size:22px; font-weight:bold; color:#ffffff; line-height:60px; padding:90px 0 0 0; width:246px; margin:0 auto; border-bottom:1px solid #eee}
.se_pro_con .se_pro_t_l a p{ width:150px; text-align:center; line-height:40px; background:#176ac1; color:#fff; font-size:16px; margin:20px auto 0 auto}

.se_pro_con .se_pro_t_l img{ width:100%; position: absolute; z-index:2; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }

/* .se_pro_con li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);} */
.se_pro_con .se_pro_t_r{ width: 388px; border:1px solid #e9e9e9; border-top:0; position: relative; z-index: 1000; padding:25px 0}
.se_pro_con .se_pro_t_r p{ line-height:30px; font-size:13px; color:#555555; padding:30px 20px 30px 30px; text-align:center}
.se_pro_con .se_pro_t_r h4{ line-height:30px; font-size:18px; color:#555555; padding:30px 20px 30px 30px; text-align:center}

.se_pro_con .se_pro_t_r_con{ line-height:30px; color:#666666; font-size:16px; padding:30px 0;}
.se_pro_con .se_pro_t_r_more{ width:150px; line-height:35px; text-align:center; margin:0 auto; }
.se_pro_con .se_pro_t_r_more a{ font-size:14px; color:#fff; display:block; background:#333 }

.se_pro_con li div.cover_top{position:absolute;top:-265px;left:0;width:390px;height:265px;background-color: red;filter: Alpha(opacity=50);background: rgba(0,0,0,0.4) ;z-index:900; text-align:center; cursor: pointer}
.se_pro_con li div.cover_top img{ width:265px; height:265px;}
.se_pro_con li div.cover_bottom{position:absolute;bottom:-300px;left:0;width:400px;height:300px; background:rgba(0,0,0,0.4);z-index:2}


/*se_pro_con_case*/
.se_pro_con_case{ width:1200px; overflow:hidden;  position:relative; margin:0 auto; padding:10px 0 40px 0}
.se_pro_con_case ul{ width:1220px; }
.se_pro_con_case li{float:left; padding:0; width:388px; height:395px; margin-right:13px; margin-bottom:25px;position:relative; overflow:hidden;border:1px solid #e9e9e9; }

.se_pro_con_case .se_pro_t_l{ width:388px;  position:relative; cursor: pointer}
.se_pro_con_case .se_pro_t_l img{ width:388px; height:265px;}
.se_pro_con_case .se_pro_con_case.se_pro_t_l a{ width:388px;  position: absolute; z-index:100; background:url(../images/images/p_more_bg2.png) no-repeat center center; text-align:center; font-size:14px; color:#fff; line-height:40px; opacity:1}
.se_pro_con_case .se_pro_t_l .se_pro_t_laa{opacity:1;}
.se_pro_con_case .se_pro_t_l a span{ display:block; font-size:24px; font-weight:bold; color:#ffffff; line-height:60px; padding:120px 0 0 0; width:212px; margin:0 auto; border-bottom:1px solid #9b968f}
.se_pro_con_case .se_pro_t_l a p{ width:150px; text-align:center; line-height:40px; background:#be373e; color:#fff; font-size:16px; margin:20px auto 0 auto}

.se_pro_con_case .se_pro_t_r{ width: 388px;  border-top:0; padding:0 0 25px 0; background:#e8e8e8}
.se_pro_con_case .se_pro_t_r p{ line-height:30px; font-size:13px; color:#555555; padding:30px 20px 30px 30px; text-align:center;  }
.se_pro_con_case .se_pro_t_r h4{ line-height:30px; font-size:18px; color:#333; padding:20px 0; text-align:center;  position: relative; z-index: 1000;}

.se_pro_con_case .se_pro_t_r_con{ line-height:30px; color:#666666; font-size:16px; padding:30px 0;}
.se_pro_con_case .se_pro_t_r_more{ width:150px; line-height:35px; text-align:center; margin:0 auto; position: relative; z-index: 1000; }
.se_pro_con_case .se_pro_t_r_more a{ font-size:14px; color:#fff; display:block; background:#be373e }

.se_pro_con_case li div.cover_top{position:absolute;top:-265px;left:0;width:388px;height:265px;background-color: red;filter: Alpha(opacity=50);background: rgba(0,0,0,0.6) ;z-index:900; text-align:center; cursor: pointer}
.se_pro_con_case li div.cover_top img{ width:265px; height:265px;}
.se_pro_con_case li div.cover_bottom{position:absolute;bottom:-200px;left:0;width:388px;height:131px; background:#be373e;z-index:99}







/*se_case*/
#se_case_index{  background:#fff;position:relative; background: url(../images/images/erjibg.jpg) no-repeat center top; padding:30px 0 0 0}
.se_case_index_title{height:82px; background:url(../images/case_index_title_bg.png) no-repeat bottom; border-bottom:#e3e3e3 1px solid; }
.se_case_index_title h2 { font-size:33px; color:#08912a; font-weight:bold; line-height:60px; text-align:center}
.se_case_index_title h2 span{ color:#ec0c41}
.se_case_index_nav{ width:668px; height:30px; overflow:hidden; padding:0 0 0 12px; position:absolute;top:130px;left:50%;margin-left:-334px;}
.se_case_index_nav ul{ height:30px;}
.se_case_index_nav li{ float:left; margin-right:12px; min-width:112px; height:30px; }
.se_case_index_nav li span{float:left; width:112px; height:30px; display:block; font-weight:bold}
.se_case_index_nav li a{ font-size:14px; text-align:center; line-height:30px; text-decoration:none; color:#fff; display:block; background:#797979; border-radius: 3px; }
.se_ca_erji{ float:left; padding:0 0 0 10px;}
.se_ca{float:left; height:30px; margin:0 5px 0 0  }
.se_case_index_nav li .se_ca a{background:#d8d8d8; color:#5b5b5b; width:90px; font-size:13px;}

.se_case{ width:1200px; margin:0 auto; padding:10px 0 0 0}
.se_case ul{}
.se_case li{ width:280px;margin:0 10px 20px 10px; height:300px; float:left;position:relative;overflow:hidden;cursor:pointer;background:#eee; }
.se_case_pic{ width:278px; height:200px; text-align:center; margin:0 auto; border:1px solid #eee}
.se_case_name{ width:260px; margin:0 auto;  font-size:18px; color:#ec0c41; line-height:50px; text-align:left; padding:0 0 0 20px; font-weight:bold}
.se_case_name a{ color:#333}
.se_case_hangye{ width:240px; margin:0 auto; padding:0 20px 10px 20px; font-size:14px; color:#333; line-height:40px;}
.se_case_click{ float:right; color:#333; }
.se_case li div.cover_top{position:absolute;top:-205px;left:0;width:280px;height:202px;background-color: red;filter: Alpha(opacity=50);background: rgba(0,0,0,0.4);z-index:900; text-align:center}
.se_case li div.cover_top img{ padding:95px 0 0 0}
.se_case li div.cover_bottom{position:absolute;bottom:-100px;left:0;width:280px;height:99px;background-color: green;filter: Alpha(opacity=50);background: rgba(52,179,70,1);z-index:900}
.se_case .se_case_text{position: relative;z-index:1000;}

.fenye{ padding:0px 0 40px 0; font-size:14px;}
.shangxiaye{overflow: hidden;padding: 15px 0px;}
.shangxiaye li{ line-height:25px; color:#666}
.shangxiaye li a{ color:#666}


/*se_hangye*/
.se_news_con{ }
.se_news_con ul{ padding:25px 0 0 0}
.se_news_con li{ width:640px; float:left; position:relative; cursor: pointer;  position:relative; top:15px; }

.se_news_r{ width: 590px; position: relative; z-index: 2; border-bottom: 1px solid #ddd; padding: 17px 15px 25px 15px; margin:0 auto 45px auto; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);  box-shadow: 0 0 15px rgba(0,0,0,0.2); position:relative}

.se_news_r h2{ font-size:14px; color:#555555; border-bottom:1px dashed #ddd;  padding:20px 0 8px 0}
.se_news_r h2 a{ font-size:22px; color:#222; text-transform:uppercase; display:block; line-height:40px; transition:all 0.2s ease 0s; -webkit-transition:all 0.2s ease 0s;}
.se_news_r h2 a:hover{ color:#f00; font-weight:bold}
.se_news_r p{ line-height:28px; color:#666; padding:10px 0 24px 0; font-size:15px;}
.se_news_r .se_news_more{ width:120px; border:1px solid #ccc; line-height:30px; text-align:center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_news_r .se_news_more a{ color:#777; font-size:14px;}
.se_news_r .se_news_more a:hover{ color:#fff; }
.se_news_r .se_news_more:hover{ background:#fc0; border:1px solid #f00; }
.se_news_r .se_news_more:hover a{ color:#fff; }
.se_news_con li:hover h2 a{ color:#176ac1; font-weight:bold}


/*se_wen*/
.se_wen_con{ }
.se_wen_con ul{ padding:25px 0 0 0}
.se_wen_con li{ width:426px; float:left; position:relative; cursor: pointer;  position:relative; top:15px; }

.se_wen_r{ width: 380px; position: relative; z-index: 2; border: 1px solid #eee; padding: 10px 15px; margin:0 auto 25px auto;}
.se_wen_r h2{ font-size:14px; color:#555555; border-bottom:1px dashed #ddd;  padding:10px 0 0 0; font-weight:normal; margin:0 0 15px 0}
.se_wen_r h2 a{ font-size:22px; color:#222; text-transform:uppercase; display:block; line-height:40px; transition:all 0.2s ease 0s; -webkit-transition:all 0.2s ease 0s;}
.se_wen_r h2 a:hover{ color:#176ac1;}
.se_wen_r .se_wen_more{ width:120px;line-height:30px;}
.se_wen_r .se_wen_more a{ color:#176ac1; font-size:14px;}
.se_wen_r .se_wen_more a:hover{ color:#333; }



.se_news_con li:hover h2 a{ color:#176ac1; font-weight:bold}













.se_lianxi{ height:750px; position:relative; margin:-200px 0 0 0}
.se_lianxibg{ height:750px; width:50%; position:absolute; right:0; top:0; background:rgba(0,0,0,0.6); z-index:1}
.se_lianxi_con{ width:500px; margin:0 0 0 100px;}
.se_lianxi_con h3{ font-size:30px; color:#fff;  margin:80px 0 0 0; line-height:75px; width:400px; border-bottom:1px solid #7b7b7b}
.se_lianxi_con h3 span{ padding:11px 0 0 15px; text-transform:uppercase; color:#2a8cf0; font-family:Impact; display:inline-block;}
.se_lianxi_con strong{ color:#fff; font-size:24px; font-weight:normal;}







.main{ padding:30px 0; width:1280px; margin:0 auto}
.main_right{ width:910px;font-size:16px;}
.m_r_weizhi{ line-height:35px; text-align:right; font-size:14px;border-bottom:1px solid #eee}
.m_r_weizhi span{ float:left; font-size:18px; border-bottom:1px solid #093}


.t_left{ width:265px; float:left}
.fenlei2{}
.fenlei2 h2{ background:#093; line-height:40px; font-size:14px; color:#fff; font-weight:normal; padding:0 0 0 20px; text-transform:uppercase}
.fenlei2 ul{ border:1px solid #eee; padding:25px 0 20px 0; border-bottom:2px solid #093 }
.fenlei2 li{ line-height:35px; width:200px; margin:0 auto;  border:1px solid #ccc; margin-bottom:10px;}
.fenlei2 li a{ font-size:14px; padding:0 0 0 35px; }

.contact{ padding:25px 0 15px 0; border-bottom:1px solid #ccc}
.contact h2{ line-height:40px; font-size:16px; color:#093; font-weight:normal; padding:0 0 0 20px; text-transform:uppercase; border-bottom:1px solid #ccc}
.contact h2 span{ padding:0 0 0 10px; font-size:12px; color:#555}
.contact p{ font-size:14px; line-height:30px;}
.contact .contact_pic{ margin:15px 0}

.list{width: 300px;float: left;}
.intro{width: 100%;min-width:1400px;height:528px;background-image: url(../images/images/about.jpg);background-size: 100% 100%;background-repeat: no-repeat;border-top: 1px solid lightgray;}
.ab_z{width: 1100px;height: 335px;margin:118px auto;}
.ab_zl{height:335px; width:430px; border:1px solid #d4d4d4; float:left;}
.ab_tu{padding:10px; height:315px;}
.ab_r{ height:335px; width:650px; float:right;}
.ab_rt{height:40px; width:650px; border-bottom:#d4d4d4 1px dashed;}
.ab_rl{ height:40px; width:220px; float:left; background:url(../images/images/jianjie.jpg) left center no-repeat;}
.ab_rl a{ height:40px; float:right; display:block;  font-size:16px; color:#c9c9c9; line-height:40px;  font-weight:bold;}
.ab_rr{ height:26px; width:26px; background:#d21e27; float:right;}
.ab_rr a{ height:26px; width:26px; background:#d21e27; display:block; text-align:center; color:#FFF; font-size:14px;}

.an_nr{height:255px; width:650px;}
.an_nr p{ height:32px; line-height:32px; color:#333; font-size:12px; display:block; padding-top:16px}


.why{width: 100%;min-width:1400px;background-image: url(../images/images/bbj.jpg);background-repeat: repeat-x;text-align: center;}
.article{width: 1200px;height: 785px;background-image: url(../images/images/bbii.jpg);background-size: 100% 100%;background-repeat: no-repeat;margin: 0 auto;}
.a1{width: 530px;height: 100px;float: right;margin-top: 60px;}
.a1_t{height:30px; float:left;}
.a1_t a{height:30px; line-height:30px; display:block; color:#d21e27; font-size:22px; }
.a1_tt{ height:60px; width:530px; float:left;}
.a1_tt a{height:24px; width:350px; line-height:24px; display:block; color:#828282; font-size:14px; text-align:left; }

.a2{width: 450px;height: 100px;clear: both;float:right; margin-top:5px;}
.a2_t{height:30px; float:left;}
.a2_t a{height:30px; line-height:30px; display:block; color:#d21e27; font-size:22px; margin-left:15px; }
.a2_tt{ height:60px; width:450px; float:left;}
.a2_tt a{height:30px; width:350px; line-height:30px; display:block; color:#828282; font-size:14px; text-align:left; padding-left:15px;}

.a3{width: 380px;height: 100px;clear: both;float: right;margin-top:26px}
.a3_t{height:30px; float:left;}
.a3_t a{height:30px; line-height:30px; display:block; color:#d21e27; font-size:22px; margin-left:15px; }
.a3_tt{ height:60px; width:380px; float:left;}
.a3_tt a{height:30px; width:330px; line-height:30px; display:block; color:#828282; font-size:14px; text-align:left; padding-left:15px;}


.a4{width: 360px;height: 100px;clear: both;float: right;margin-top:24px}
.a4_t{height:30px; float:left;}
.a4_t a{height:30px; line-height:30px; display:block; color:#d21e27; font-size:22px; margin-left:15px; }
.a4_tt{ height:60px; width:380px; float:left;}
.a4_tt a{height:30px; width:320px; line-height:30px; display:block; color:#828282; font-size:14px; text-align:left; padding-left:15px;}

.a5{width: 380px;height: 100px;clear: both;float: right;margin-top:18px}
.a5_t{height:30px; float:left;}
.a5_t a{height:30px; line-height:30px; display:block; color:#d21e27; font-size:22px;  }
.a5_tt{ height:60px; width:380px; float:left;}
.a5_tt a{height:30px; width:320px; line-height:30px; display:block; color:#828282; font-size:14px; text-align:left; padding-left:0px;}


.a6{width:300px;height: 100px;clear: both;float:right; padding-right:165px;}
.a6_t{height:30px; float:left;}
.a6_t a{height:30px; line-height:30px; display:block; color:#d21e27; font-size:22px;  }
.a6_tt{ height:60px; width:300px; float:left;}
.a6_tt a{height:30px; width:300px; line-height:30px; display:block; color:#828282; font-size:14px; text-align:left; padding-left:0px;}




.news-left{width: 835px;height: 430px;float: left;}
.xinwen{ height:40px; width:835px; background:#1f1f1f url(../images/images/xw.jpg) left center no-repeat;}
.xinwen_z{height:40px; width:300px; float:left;}
.xinwen_z a{height:40px; line-height:40px; display:block; color:#d21e27;  font-size:14px; padding-left:40px;}
.xinwen_z b{ color:#fff;  }
.xinwen_c a{ height:40px; line-height:40px; width:40px; font-size:22px; float:right; color:#FFF;}
.xinwen_n{ height:340px; width:835px;  margin-top:45px;}
.xinwen_nl{height:340px; width:213px; float:left; background:url(../images/images/nnn.jpg) center no-repeat;}
.xinwen_nr{ height:340px; width:600px; float:right;}
.xinwen_nrt{height:100px; width:600px;}
.xinwen_nrtb{ height:30px; width:600px; border-bottom:#d9d9d9 1px dashed; padding-top:10px;}
.xinwen_nrtb a{ height:26px; width:600px; line-height:26px; color: #666; font-size:16px; display:block;}
.xinwen_nrtb a:hover{ height:26px; width:600px; line-height:26px; color:#d21e27; font-size:17px; display:block;}
.bbb{ height:60px; width:600px;}
.bbb p{ height:24px; line-height:24px;  font-size:12px; color:#999; display:block; padding-top:5px;}
.xinwen_liebiao{width:600px; height:220px; padding-top:25px;}
.xinwen_liebiao_l{ height:35px; width:500px; background: url(../images/images/a.gif) center left no-repeat; float:left;}
.xinwen_liebiao_l a{ height:35px; width:500px; line-height:35px; display:block; padding-left:20px; color:#666; font-size:12px;}
.xinwen_liebiao_l a:hover{  color:#d21e27; font-size:12px;}
.xinwen_liebiao_r{height:35px; width:100px; float:right;}
.xinwen_liebiao_r a{ height:35px; width:500px; line-height:35px; display:block; padding-left:20px; color:#666; font-size:12px; }
.xinwen_liebiao_r a:hover{  color:#d21e27; font-size:12px;}

.tupian{ width:1200px; padding-top:200px; margin:0 auto }






.kong{height:40px; width:100%}


.news-right{width:330px;height: 430px;float: right;}
.lx{height:40px; width:330px; float:left;background:#d21e27;}
.lx_z{height:40px; width:280px; float:left;}
.lx_z a{height:40px; line-height:40px; display:block; color:#fff;  font-size:14px; padding-left:40px;}
.lx_z a{height:40px; line-height:40px; display:block; color:#fff;  font-size:14px;}
.lx_z b{ color:#fff;  }
.lx_c a{ height:40px; line-height:40px; width:40px; font-size:22px; float:right; color:#FFF;}
.lx_t{height:148px; width:300px; margin:0 auto; background:url(../images/images/lxt.jpg) center no-repeat; margin-top:60px;}
.lx_n{height:200px; width:300px; padding:15px;}
.lx_nt a{height:40px; width:300px; line-height:40px; display:block; font-size:16px; color:#000; font-weight:bold;}
.lx_nn a{height:30px; line-height:30px; display:block; color:#333; font-size:12px;}
.leftttt{height:100%; width:210px;}
.lixxiwomen{ padding-top:700px; }
.sss{height:380px; width:210px;border:1px solid #c5c5c5}
.lixxiwomen_t{height:40px; width:210px; background:url(../images/images/lxxxx.jpg) center no-repeat;}
.lixxiwomen_t a{height:40px; width:210px; line-height:40px; display:block; font-size:14px; color:#FFF; text-align:center;}
.let{height:94px; width:190px; margin:0 auto; padding-top:18px; background:url(../images/images/aaaa.jpg) center no-repeat;}
.lett p{height:40px; line-height:40px; width:190px; margin:0 auto; display:block; font-size:13px; color:#00; font-weight:bold;}
.lettt p{ height:30px; line-height:30px; font-size:12px; display:block; color:#333; padding-left:10px;}




.right_yeyue{ width:970px; height:100%; float:right;}

























/*erjiyemian*/
.main_l{ float:left; width:226px; padding:0 0 0 9px; overflow:hidden;}
.main_r{ float:right; width:720px;overflow:hidden; padding-right:10px;}


.left_lx{width:257px;overflow:hidden; min-height:276px;}
.left_lx .pic{ height:69px; overflow:hidden;}
.left_lx .pic2{ height:42px; overflow:hidden;}
.left_lx .left_lx_con{ width:250px;line-height:24px; min-height:159px; color:#fff; background:#ff7c1c url(../images/lianxibg2.jpg) repeat-x left top;}
.left_lx .left_lx_con p{ padding:19px 0 0 20px;}

.zizhi{width:250px;overflow:hidden;}
.zizhi .pic{ height:56px; overflow:hidden;}
.zizhi .zizhi_con{ width:250px;line-height:24px; padding-top:5px;overflow:hidden;min-height:180px; color:#fff; background:#f7f2e8 url(../images/rongyubg.jpg) repeat-x left top;}
.zizhi .zizhi_con img{ margin:2px 0 0 6px; height:38px; overflow:hidden; display:block}

.erjibg{ background:url(../images/weizhi.jpg) no-repeat left top; height:37px;line-height:37px; padding-left:35px; color:#fff}
.erjibg a{ color:#fff;}
.erjibg a:hover{ font-weight:bold;}
.main_content{background:#FFFFFF; line-height:23px; min-height:502px; margin:0 0 10px 0; border:#c5b084 solid 1px;}
.main_content .jianjie{ line-height:30px; font-size:12px; padding:30px 30px 0 30px;color:#000}

.erji_con{ PADDING-top:20PX; padding-left:10px;}

.tiao{ font-size:12px; padding:20px 0 20px 30px;}
.tiao a{ color:#000000; text-decoration:none; font-size:12px;}
.tiao a:hover{ color: #348900;}

.lx p{ line-height:25px; font-size:14px; font-weight:bold;}
.more{ padding:25px;}
.more a{ color:#000; line-height:25px; text-decoration:none; background:url(../images/news_icon.gif) no-repeat left 2px; padding-left:20px;}

.chanpin img{ margin:0 2px;}

.list_photo2{
	margin:0;
	width:790px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.list_photo2 dt{ float:left; width:250px; height:200px; margin-top:15px; }
.list_photo2 dt img{ border:1px solid #dfdfdf; padding:0px; width:210px; height:150px; padding:5px;}
.list_photo2 dt div{ width:240px; height:35px; line-height:35px; text-align:center; overflow:hidden; }
.list_photo2 a{color:#000000;}
.list_photo2 a:hover{color:#f60;}


.news_t{ width:650x; text-align:left; line-height:40px; height:40px; background: url(../Images/index_1888.gif) repeat-x;text-indent:0px; margin:auto; margin-left:40px; margin-right:40px; font-size:14px;}
.news_t ul{  width:650px; line-height:40px;}
.news_t ul li{line-height:40px;}

.news_t a {line-height:40px; color:#4a4a4a; font-size:14px; padding-left:22px; }
.news_t a:hover{color:#4a4a4a; }

.news_p{ width:700px; color:#999999; text-align:left; padding-left:10px; margin-bottom:20px; line-height:25px;}
.news_p a{ color:#999999}
.news_p a:hover{ color:#ff0000}


.newslist{list-style:none;width:500px;background-color:#fff;overflow:hidden;height:500px;}
.newslist .t{float:left;width:250px;}


/*--search modal--*/
.modal { position: fixed; z-index:999999999999999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.85);display: none; }
.modal-dialog { position: absolute; z-index:9999999999; left: 0; top:50%; margin-top:-225px; width: 100%; background:; height:450px; }
.modal-content { width: 1280px; margin:0 auto; position:absolute;left:50%; margin-left:-600px; height:400px; top:-50px;}
.modal-content &gt; div {  }
.modal-content input { border: none; float: left;}
.modal-content .search-logo { width: 101px; position:absolute; left:0; }
.modal-content .search-logo img{ width:100%;}
.modal-content .search-close { width:60px; height:60px; cursor: pointer; transition:.4s all; display:block; position:absolute; right:0; top:0;}
.modal-content .search-close:hover {  color: #fff; transform: rotate(360deg); -webkit-transform: rotate(360deg); }
.modal-open { overflow: hidden; padding-right: 17px; }
.search_cage{ width:1280px; position:absolute; left:50%; margin-left:-600px; height:60px; top:120px;}
.search_cage li{ width:110px; margin-right:40px;  text-align:left; float:left; line-height:50px; position:relative}
.search_cage li a{ color:#fff; font-size:18px; text-align:left; line-height:80px; display:block;}
.search_cage li a:hover{ color:#fff; }
.search_cage li span{ display:block; width:60px; height:1px; background:#909090;}
.search_cage li div {text-align:center;color:#4f4f4f;z-index:99999; position:relative; margin-top: 0; left:0; top:30px; width:159px;}
.search_cage li div a {display:block;BACKGROUND: url(asdfasdf); COLOR: #b2b2b2; line-height:35px; FONT-SIZE: 16px;font-weight:normal;}
.search_cage li div a:hover {color:#fff;}


/*--/search modal end--*/

.se_erji_img img{ max-width:1000px; margin:0 auto}


.contact_left{ width:587px; text-align:center; border-right:1px solid #eee}
.contact_right{ width:500px; text-align:left; font-size:16px; line-height:40px; padding:0 0 0 100px; }
.map{ width:100%; overflow:hidden;}



.p_float{ position:fixed; bottom:20px; width:55px; right:10px; z-index:9999; opacity:0}
.p_float li{  line-height:21px; margin-bottom:10px; text-align:center}
.p_float li a{ color:#fff; font-size:13px; background:#00877a; padding:10px 7px; margin-bottom:10px; display:block}
.p_float li a:hover{ background:#000}



.erji_wenhua{height:600px; background:url(../images/images/wenhua.jpg) no-repeat left top; width:1200px; line-height:40px;}
.erji_wenhua_t{ padding:20px 0 0 385px;}
.erji_wenhua_title{ font-size:24px; line-height:60px; color:#c21f1f}
.erji_wenhua p{ line-height:41px; background:url(../images/images/dian.jpg) no-repeat left center; font-size:18px; color:#444}
.erji_wenhua_b{ padding:60px 0 0 120px;}

.fr_about { width:1240px; margin:0 auto;  padding:30px 0 20px 0}
.fr_about ul{ width:1280px;}
.fr_about li{float:left; padding:0; width:390px; margin:0 35px 25px 0; position:relative; overflow:hidden; background:#fff}
.fr_about li .p-img{ width:390px; height:255px;  text-align:center;  position:relative; overflow:hidden }
.fr_about li .p-name{ height:70px; line-height:70px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:16px; border-top:1px solid #eee}
.fr_about li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.fr_about li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.fr_about p{ font-size:16px; line-height:35px; color:#666;}
.fr_about p span{ font-size:17px;  color:#af1318;}




.ny_liuyan{width:96%; margin:0 auto; text-align:center; border:1px #ececec solid; margin-bottom:50px; height:600px;}
.ny_liuyan_left{ float:left; background:#FC3;width:50%; background:url(../images/ny/ly.jpg) top center; background-size:100% auto; height:600px; }
.ny_liuyan_right{ float:right;width:50%; text-align:left}

.ny_top{width:96%; margin:0px auto; height:70px; line-height:70px; padding-top:10px;}
.ny_logo{ float:left;width:10%; padding-top:12px;}
.ny_nav{ float:right; text-align:right;}
.ny_nav li{ float:left; margin-left:35px;font-size:16px;}

.pbanner figure img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    animation: fixed-header infinite 14s;
    -webkit-animation: fixed-header infinite 14s;
    -moz-animation: fixed-header infinite 14s;
    -ms-animation: fixed-header infinite 14s;
}

img {
    border: 0;
}
.company {
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    background: #000\; filter:alpha(opacity=50);
    position: absolute;
    left: 40px;
    top: 0;
}

.companywr h2 {
    
    margin-bottom: 20px; margin-top:150px; margin-left:60px;
	
}

.companywr h2 {
    line-height: 1;
    color: #fff;
    font-size: 72px;
    margin-bottom: 45px;
}

.companywr p {
	
    margin-bottom: 20px;margin-left:60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 48px;
    width: 60%; overflow:hidden
}
.mores {
    width: 162px;
    height: 56px;
    position: absolute;
		bottom: 22%;
}
.mores a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 200px;
    -webkit-perspective: 200px;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

figure {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

@media screen and (max-width:1600px){
	.bdown h2{ font-size:38px;}
}
@media screen and (max-width:1450px){
	.header{ padding:0 50px;}
	.container{ padding:0 50px 50px;}
	.banner-box{ }
	.rtext{ left:20px;}
	.share{ right:14px;}
	.bdown h2{ font-size:36px; margin-bottom:20px;}
	.newcenter{ margin-top:10px; margin-bottom:50px;}
	.understand{ margin-top:50px;}
	.logo{ height:36px;}
	.nav{ margin-top:28px;}
	.mtop{ height:80px;}
	.newtitle strong{ font-size:32px; margin-right:14px;}
	.newtitle small{ font-size:20px;}
	.news{ margin-top:68px;}
	.newle h3{ font-size:28px;}
	.investbox{ margin-top:180px;}
	.investwr strong{ font-size:22px; margin-bottom:12px;}
	.investwr b{ margin-bottom:15px;}
	.investbox .slick-prev, .investbox .slick-next{ width:54px; height:33px;}
	.investwr{ padding:0 10%;}
	.poptext{ width:calc(100% - 100px);}
	.popnews.show .poptext{ left:50px; right:50px;}
	.popnews.show .popclose{ left:0;}
	.popnewtext{ padding:78px 0 56px;}
	.companywr h2{ font-size:50px; margin-bottom:20px;}
	.companywr p{ width:60%; margin-bottom:20px;}
	.companywr{/* bottom:45px;*/ bottom: 22%;}
	.leaderlist .slick-prev{ left:-25px;}
	.leaderlist .slick-next{ right:-25px;}
	.pbannertop{ margin:0 0px;}
	.leadershi{ margin-top:50px; margin-bottom:50px;}
	.aboutitle strong{ font-size:50px;}
	.aboutitle small{ font-size:22px;}
	.aboutitle{ margin-left:6.25%;}
	.leaderlist{ margin-top:20px;}
	.messagedown{ margin-top:44px;}
	.organizate,.organizatedown{ margin-top:50px;}
	.resposibles{ margin-top:50px; margin-bottom:50px;}
	.responsedown small{ font-size:32px; margin-bottom:20px;}
	.levallist{ left:20px; right:50px;}
	.companywr small{ margin-top:10px; margin-bottom:22px;}
	.new-boxs{ margin-top:50px;}
	.popmaintext{ margin-top:50px; margin-right:50px; margin-bottom:50px; max-height:85%; max-height:calc(100% - 100px);}
	.proct{ padding:50px 14% 40px 7.5%;}
	.projectbox{ margin-top:50px; margin-bottom:50px;}
	.menuflex{ top:44px;}
	.menuflex1,.buildbox .menuflex{ top:124px; right:126px;}
	.mien-box{ margin:50px 0;}
	.mienli li{ margin-bottom:40px;}
	.notice li{ margin-bottom:42px;}
	.noticewr{ padding-right:150px;}
	.cultures li{ width:33.33333%;}
	.culturewr{ padding-top:40px;}
	.recuiteli li .recruititle span.span3{ font-size:20px;}
	.recruititle{ padding-bottom:40px;}
	.recuiteli li .recruititle span{ height:88px; line-height:88px;}
	.recuiteli li .recruititle:before{ height:88px;}
	.recuiteli li .recruititle span b{ margin-top:34px;}
	.buildbox{ margin-bottom:50px;}
	.buildf{ padding:0 50px 50px;}
	.yearmo b{ font-size:42px;}
	.yearmo span{ font-size:42px;}
	.yearsele{ width:250px;}
	.yearmo i{ margin-top:16px;}
	.message-box{ margin-top:50px;}
	.sherbtn .searchdown{ padding: 20px 32px;}
}
@media screen and (max-width:1350px){
}
@media screen and (max-width:1280px){
	.bdown h2{ font-size:28px;}
	.nav li{ margin-left:14px;}
	.header .nav li a span{ font-size:14px;}
	.mtop{ height:76px;}
	.menuflex1,.buildbox .menuflex{ top:120px;}
	.news{ width:90%;}
	.informate{ width:90%;}
	.agridonw{ margin-right:-45%;}
	.footer{ width:90%;}
	.companywr h2{ font-size:38px; margin-bottom:10px;}
	.companywr p{ line-height:1.8;}
	.aboutitle strong{ font-size:38px; margin-bottom:12px;}
	.responsedown{ width:80%; left:10%; bottom:40px;}
	.levallist li{ margin-bottom:5px;}
	.newsli li{ width:33.3333%;}
	.proclose{ width:50px; height:50px; right:20px;}
	.proct .prodata{ position:relative; right:0; top:0; margin-bottom:20px;}
	.cultureli{ right:4.94%;}
	.cultureli li{ width:32%; margin-right:2%; box-sizing:border-box;}
	.cultureli li:nth-child(3n+3){ margin-right:0;}
	.erroewr{ width:90%; margin-left:-45%;}
	.informated li span{ width:72%;}
	.logo{ height: 30px; margin-top: 24px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1100px){
	.recuitefox{ width:100%; padding:44px 0;}
}
@media screen and (max-width:1024px){
	.nav{ display:none;}
	.rtext{ display:none;}
	.share{ display:none;}
	.container{ padding:0 5% 50px;}
	.mtop{ height:60px;}
	.header-box{ background:#fff;}
	.header{ padding:14px 8%; text-align:center; top:0 !important; box-shadow:0 0 5px rgba(0,0,0,0.3);}
	.logo{ height:32px; margin:auto; float:none;}
	.mousedown{ display:none;}
	.banner-box{ width:100%; margin:0 auto;}
	.banner,.banner li{ position:relative; height:auto !important;}
	.banner li figure{ position:relative; height:auto !important;}
	.banner li figure img{ width:100vw !important; height:auto !important; left:0 !important; top:0 !important;}
	.btext{ position:relative; width:100%; margin-top:-50px;}
	.bfix{ position:relative; width:90%; margin:auto; background:none;}
	.btextbg{ display:none;}
	.bdown{ position:relative; bottom:0; left:0; width:100%; margin:auto;}
	.bdown h2{ padding:54px 22px; background:rgba(230,0,18,0.6); text-align:center; margin-bottom:20px;}
	.bdown .mores{ width:100%;}
	.banner-box .flex-control-nav{ position:relative; top:0; right:0; margin-top:0; text-align:center; margin-top:20px; line-height:0;}
	.banner-box .flex-control-nav li{ display:inline-block; margin-right:14px;}
	.banner-box .flex-control-nav li a{ width:11px; height:11px; background:#a0a0a0; border:3px solid #a0a0a0;}
	.banner-box .flex-control-nav li a.flex-active{ border-color:#e60012; background:#fff;}
	.banner li.flex-active-slide .bdown h2{ transition:0.56s 0s;}
	.banner li.flex-active-slide .bdown .mores{ transition:0.5s 0s;}
	.newcenter{ background-size:cover !important; margin-bottom:50px; margin-top:30px;}
	.news .flex-control-nav{ position:relative; bottom:0; right:0; margin-top:25px;}
	.informate-box{ margin-top:56px;}
	.informated li span{ max-width:66%;}
	.understand{ margin:50px 0;}
	.menus{ display:block;}
	.popnews.show .poptext{ left:0; right:0;}
	.poptext{ width:100%;}
	.popnewtext{ padding:50px 0;}
	.popnewtext{ width:auto; margin:0 50px;}
	.companywr h2{ font-size:30px;}
	.companywr p{ font-size:12px;}
	.companywr{ width:88%; left:6%; bottom:22px;}
	.pbanner .mores{ width:120px; height:40px; line-height:40px;}
	.pbanner .mores span.defal,.pbanner .mores span.end{ height:42px; line-height:42px;}
	.pbanner .mores span.defal{ transform:rotatex(0deg) translatez(20px); -webkit-transform:rotatex(0deg) translatez(20px); -moz-transform:rotatex(0deg) translatez(20px); -ms-transform:rotatex(0deg) translatez(20px);}
	.pbanner .mores span.end{ transform:rotatex(-90deg) translatez(20px); -webkit-transform:rotatex(-90deg) translatez(20px); -moz-transform:rotatex(-90deg) translatez(20px); -ms-transform:rotatex(-90deg) translatez(20px);} 
	
	.pbanner .mores .three-d-box{ transform:translatez(-20px); -webkit-transform:translatez(-20px); -moz-transform:translatez(-20px); -ms-transform:translatez(-20px);}
	.pbannertop{ width:100%; margin:0;}
	.aboutitle{ margin-left:0;}
	.aboutitle strong{ font-size:30px;}
	.leadershi{ margin-top:34px;}
	.leaderlist{ margin-top:8px;}
	.leadershi{ margin-bottom:34px;}
	.messagedown{ margin-top:34px;}
	.messagedown .company{ position:relative; width:100%;}
	.messagedown .messagewr{ position:relative; left:0; width:100%; bottom:0; padding:34px 5%; box-sizing:border-box;}
	.chairman{ right:5%; bottom:34px;}
	.organizate,.organizatedown{ margin-top:24px;}
	.resposibles{ margin-top:34px; margin-bottom:34px;}
	.resposibelwr{ position:relative;}
	.resposibein{ width:100%; margin-top:1px;}
	.response{ padding:34px 0; margin-left:0;}
	.resposibg{ display:none;}
	.responsibebg{ display:block;}
	.responsedown{ width:90%; position:relative; left:0; margin:auto; bottom:0;}
	
	.responsedown .mores{ width:120px; height:40px; line-height:40px; display:none;}
	.responsedown .mores span.defal,.responsedown .mores span.end{ height:42px; line-height:42px;}
	.responsedown .mores span.defal{ transform:rotatex(0deg) translatez(20px); -webkit-transform:rotatex(0deg) translatez(20px); -moz-transform:rotatex(0deg) translatez(20px); -ms-transform:rotatex(0deg) translatez(20px);}
	.responsedown .mores span.end{ transform:rotatex(-90deg) translatez(20px); -webkit-transform:rotatex(-90deg) translatez(20px); -moz-transform:rotatex(-90deg) translatez(20px); -ms-transform:rotatex(-90deg) translatez(20px);}
	.responsedown .mores .three-d-box{ transform:translatez(-20px); -webkit-transform:translatez(-20px); -moz-transform:translatez(-20px); -ms-transform:translatez(-20px);}
	.levalmenu{ position:relative; display:block !important; background:none;}
	.levalfix{ opacity:1; visibility:visible;}
	.levallist{ position:relative; bottom:0; top:0; left:0; right:0; width:90%; margin:auto;}
	.levalbtn{ display:none;}
	.new-boxs{ margin-top:50px; margin-bottom:50px;}
	.newsli{ margin-bottom:50px;}
	.menuflex{ display:none;}
	.iphone-fix{ display:block;}
	.projectli{ width:100%;}
	.projectli li{ margin-right:0;}
	.projectli1 li{ width:100%;}
	.popmain{ width:100%;}
	.popmaintext{ margin:0; height:100%; max-height:none;}
	.proct{ padding:34px 5%;}
	.proclose{ position:fixed; right:0; top:50%; margin-top:-20px; width:40px; height:40px; opacity:0; visibility:hidden; transition:0.3s;} 
	.popmain.show .proclose{ opacity:1; visibility:visible;}
	.mienli li{ width:50%;}
	.mienli li .mores .three-d-box span{ text-indent:0; padding:0 20px; box-sizing:border-box;}
	.notice li{ padding:30px 0 34px;}
	.noticewr{ padding:0 130px 0 32px;}
	.noticewr .prodata{ right:26px;}
	.culturefix b{ opacity:0; visibility:hidden;}
	.cultureli li:hover .culturefix{ opacity:1; visibility:visible; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0);}
	.cultureli li p{ opacity:1; visibility:visible;}
	.culturewr{ padding-top:24px;}
	.culturefix{ margin-bottom:14px;}
	.cultureli li{ padding:22px 22px 14px;}
	.culture-box{ margin:50px 0;}
	.culturebtn{ margin-left:0; margin-bottom:0;}
	.cultures{ margin-top:34px;}
	.recruits{ margin-top:32px;}
	.recruits{ padding:30px 40px 0;}
	.buildbox{ margin:0 0 34px; background:none !important;}
	.buildbox .pbanner figure img{ opacity:1; visibility:visible;}
	.buildlist{ background:url(../img/37.jpg) center no-repeat; background-size:cover !important;}
	.buildfix{ width:100%;}
	.buildfix li{ padding-left:5%; padding-top:30px; height:52px;}
	.buildfix li span{ font-size:16px;}
	.buildli{ position:fixed; width:100%; z-index:9999; top:60px; bottom:0; overflow-y:auto;}
	.buildf{ width:100%; padding:0; padding-bottom:50px;}
	.buildlist{ width:90%; margin:auto; margin-top:50px;}
	.buildf .footer-box{ width:90%; margin:auto;}
	.partylist{ width:100%;}
	.year{ float:left; z-index:10; width:100%;}
	.yearsele{ margin-left:0; margin-top:0;}
	.yearsele b{ font-size:34px;}
	.yearsele span{ font-size:30px;}
	.yearmo i{ margin-top:12px;}
	.sherbtn{ display: none;}
	.searchtop{ padding: 38px 0;}
	.search{ margin-bottom: 40px;}
	.seartitle{ font-size: 22px;}

    .byGbox{ position: relative;left: auto;top: auto;padding: 20px 5%;clear: both;width: auto;}
    .pswp__caption__center{ max-width: 90%;}
}
@media screen and (max-width:861px){
	.newle h3{ font-size:22px;}
	.newle p{ font-size:12px; line-height:1.8;}
	.informatefs{ width:100%; margin-top:28px;}
	.informate-box{ margin-top:32px;}
	.agricutulre{ margin-top:62px;}
	.friendship{ width:100%; margin-bottom:20px;}
	.relativebox{ width:100%;}
	.footer-box{ padding:40px 0;}
	.newsli li{ width:50%;}
	.notice li{ width:100%; margin-bottom:32px;}
	.recruititle span.span2{ display:none;}
	.recruititle span.span1{ width:30%;}
	.recruititle span.span4{ display:none;}
	.informali{ width:100%;}
	.informali:first-child{ margin-bottom:30px;}
	.search{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; width: 90%;}
	.search .seartext{ box-sizing: border-box; width: 100%; height: 44px; line-height: 44px;}
	.serbtn{ height: 44px; line-height: 44px;}
} 
@media screen and (max-width:751px){
}
@media screen and (max-width:641px){
	.bdown h2{ padding:32px 20px; font-size:28px;}
	.banner-box .flex-control-nav{ margin-top:10px;}
	.newimg{ width:100%; transform:translateY(50px); -webkit-transform:translateY(50px); -moz-transform:translateY(50px); -ms-transform:translateY(50px);}
	.newle{ transform:translateY(50px); -webkit-transform:translateY(50px); -moz-transform:translateY(50px); -ms-transform:translateY(50px);}
	.newle{ width:100%; margin-top:26px;}
	.news{ margin-top:32px;}
	.newcenter{ margin-top:16px; margin-bottom:32px; padding:44px 0 14px;}
	.newtitle strong{ font-size:24px;}
	.newtitle small{ font-size:16px;}
	.informatein{ width:100%; border-left:none; margin-top:24px;}
	.informatein:first-child{ margin-right:0;}
	.informated{ margin-left:0;}
	.informatmore{ margin-left:0;}
	.investbox{ margin-top:100px;}
	.understand{ margin-top:32px; padding-bottom:0; padding-top:40px; margin-bottom:32px;}
	.agridonw{ position:relative; right:0; margin-right:0; bottom:0; width:100%; box-sizing:border-box; margin-top:66px;}
	.agricutulre{ margin-left:5%; margin-top:30px;}
	.newtitle{ margin-left:5%;}
	.container{ padding-bottom:32px;}
	.viewtitle{ margin-bottom:32px;}
	.viewtitle h2{ font-size:22px; margin-bottom:14px;}
    .company{ width:100%; position:relative; }
	.companywr{ width:90%; bottom:0; left:5%; position:relative; padding:24px 0;}
	.speechs{ margin-right:0; right:5%;}
	.leadershi{ margin-bottom:16px;}
	.organizatedown{ padding:42px 0;}
	.response{ padding:34px 0 30px;}
	.new-boxs{ margin-top:34px; margin-bottom:34px;}
	.newdowns span{ font-size:14px; height:50px; margin-bottom:10px;}
	.newsli{ margin-bottom:34px;}
	.pagelist{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
	.pagelist span, .pagelist a{ flex:1; -webkit-flex:1; -webkit-box-flex:1; box-flex:1;}
	.companywr small{ font-size:22px; margin-bottom:12px;}
	.menuflex{ position:relative; right:0; top:0;}
	.menuli{ width:100%; margin:auto;}
	.projectwr h3{ font-size:16px;}
	.projectwr{ padding:22px 100px 22px 30px; height:80px;}
	.projectwr em{ left:30px; bottom:18px;}
	.prodata{ top:22px;}
	.projectwr h3{ max-height:44px;}
	.mienli li .mores{ height:68px;}
	.mienli li .mores .three-d-box{transform:translatez(-34px); -webkit-transform:translatez(-34px); -ms-transform:translatez(-34px); -moz-transform:translatez(-34px);}
	.mienli li .mores span.defal, .mienli li .mores span.end{ height:68px; line-height:68px; font-size:14px;}
	.mienli li .mores span.defal{ transform:rotatex(0deg) translatez(34px); -webkit-transform:rotatex(0deg) translatez(34px); -moz-transform:rotatex(0deg) translatez(34px);}
	.mienli li .mores span.end{ transform:rotatex(-90deg) translatez(34px); -webkit-transform:rotatex(-90deg) translatez(34px); -moz-transform:rotatex(-90deg) translatez(34px);}
	.mienli li:hover .mores .three-d-box{ transform:translateZ(-34px) rotateX(90deg); -webkit-transform:translateZ(-34px) rotateX(90deg); -ms-transform:translateZ(-34px) rotateX(90deg); -moz-transform:translateZ(-34px) rotateX(90deg);}
	.mienli li .mores .three-d-box span{ padding:0 12px;}
	.mienli li .mores span.end:before{ right:16px;}
	.mienli li{ margin-bottom:30px;}
	.noticewr h3{ font-size:16px; height:44px; margin-bottom:14px;}
	.noticewr .prodata{ padding-left:12px; width:65px;}
	.noticewr .prodata b{ font-size:22px;}
	.culturep{ position:absolute;}
	.culturep .companywr{ top:5%;}
	.cultureli { position:relative; bottom:0; left:0; right:0; width:100%; background:#fff; margin:auto; padding:24px 5%; box-sizing:border-box;}
	.cultureli li{ width:100%; margin-bottom:20px;}
	.cultureli li:last-child{ margin-bottom:0;}
	.culture-box{ margin:20px 0 0;}
	.recuiteli li .recruititle span{ height:72px; line-height:72px;}
	.recuiteli li .recruititle span.span3{ font-size:16px;}
	.recuiteli li .recruititle span b{ margin-top:28px;}
	.recuiteli li .recruititle:before{ height:72px;}
	.recruititle{ padding-bottom:24px;}
	.buildlist{ margin-top:34px;}
	.buildwr{ padding:20px 0;}
	.builddown li{ padding:0 5%;}
	.buildclose{ width:44px; height:44px;}
	.buildfix li:before{ transform:scale(0.7); -webkit-transform:scale(0.7); -moz-transform:scale(0.7); -ms-transform:scale(0.7);}
	.partylist li{ padding:14px 34px 14px 5%;}
	.yearsele{ width:100%;}
	.yearmo{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; justify-content:center; -webkit-justify-content:center; -moz-justify-content:center;}
	.erroewr img{ width:320px; margin-bottom:40px;}
	.erroewr{ margin-top:-126px;}
	.errowdonw .mores{ width:120px; height:42px;}
	.errowdonw .mores:first-child{ margin-right:12px;}
	.errowdonw .mores .three-d-box{ transform:translatez(-21px); -webkit-transform:translatez(-21px); -ms-transform:translatez(-21px); -o-transform:translatez(-21px);}
	.errowdonw .mores span.defal,.errowdonw .mores span.end{ height:42px; line-height:42px;}
	.errowdonw .mores span.defal{ transform:rotatex(0deg) translatez(21px); -webkit-transform:rotatex(0deg) translatez(21px); -ms-transform:rotatex(0deg) translatez(21px);}
	.errowdonw .mores span.end{ transform:rotatex(-90deg) translatez(21px); -webkit-transform:rotatex(-90deg) translatez(21px); -ms-transform:rotatex(-90deg) translatez(21px); -o-transform:rotatex(-90deg) translatez(21px);}
    .viewdonw{ font-size: 14px !important;}
    .byimg img{ width: 30px;display: block;}
    .company{ background: rgb(184, 151, 94);}
}
@media screen and (max-width:520px){
}
@media screen and (max-width:481px){
	.bdown h2{ padding:22px 20px; font-size:22px;}
	.banner-box .flex-control-nav li a{ width:8px; height:8px; border-width:2px;}
	.bdown .mores{ height:42px;}
	.bdown .mores .three-d-box{ transform:translatez(-21px); -webkit-transform:translatez(-21px); -ms-transform:translatez(-21px); -o-transform:translatez(-21px);}
	.bdown .mores span.defal,.bdown .mores span.end{ height:42px; line-height:42px;}
	.bdown .mores span.defal{ transform:rotatex(0deg) translatez(21px); -webkit-transform:rotatex(0deg) translatez(21px); -ms-transform:rotatex(0deg) translatez(21px);}
	.bdown .mores span.end{ transform:rotatex(-90deg) translatez(21px); -webkit-transform:rotatex(-90deg) translatez(21px); -ms-transform:rotatex(-90deg) translatez(21px); -o-transform:rotatex(-90deg) translatez(21px);}
	.logo{ height:30px;}
	.header{ padding:12px 8%;}
	.mtop{ height:54px;}
	.newle h3{ font-size:20px;}
	.news{ margin-top:22px;}
	.investment{ padding:44px 0 24px;}
	.investbox .slick-prev, .investbox .slick-next{ top:-30px;}
	.investbox .slick-next{ right:22px;}
	.investbox .slick-prev{ right:78px;}
	.investwr b{ height:38px;}
	.investwr strong{ font-size:20px; margin-bottom:10px;}
	.investwr p{ font-size:12px; line-height:1.8; height:64px;}
	.agridonw{ padding:32px 5%;}
	.navigetop{ margin-bottom:16px;}
	.navigetop a{ width:120px; height:42px; line-height:42px; font-size:14px;}
	.navigelist li a{ font-size:14px;}
	.navigetefix{ height:100%;}
	.navigate{ padding-top:20px;}
	.navilogo{ width:88px;}
	.menusahre a{ width:44px; height:44px;}
	.leaderlist .slick-prev{ left:-16px;}
	.leaderlist .slick-next{ right:-16px;}
	.leaderlist .slick-prev, .leaderlist .slick-next{ width:40px; height:40px; background-size:cover !important;}
	.leaderdown{ padding:24px 0 42px;}
	.leaderli{ padding-bottom:123px;}
	.messagedown{ margin-top:24px;}
	.responsedown small{ margin-bottom:12px;}
	.levallist li a{ font-size:12px;}
	.responsedown strong{ margin-bottom:12px;}
	.messagele{ width:100%;}
	.chairman{ position:relative; right:0; bottom:0; float:right; margin-top:22px;}
	.newsli li{ width:100%; margin-bottom:22px;}
	.proclose{ width:32px; height:32px;}
	.proct{ padding:32px 30px 32px 5%;}
	.projectbox{ margin-top:34px; margin-bottom:34px;}
	.prodata{ padding-top:10px; height:42px;}
	.prodata b{ font-size:18px;}
	.projectwr{ padding-left:14px;}
	.projectwr em{ left:14px;}
	.projectli li.now .projectwr h3{ left:14px; right:60px;}
	.mienli li{ width:100%;}
	.mien-box{ margin:34px 0;}
	.noticewr .prodata{ position:relative; right:0; top:0; margin-bottom:12px; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; width:100px; height:auto; padding-bottom:12px; align-items:center; -webkit-align-items:center; -ms-align-items:center;}
	.noticewr .prodata b{ margin-bottom:0; margin-right:5px;}
	.notice li{ padding:24px 0;}
	.noticewr{ padding:0 5%;}
	.culturebtn .mores{ width:88px; margin-right:8px;}
	.culturebtn .mores span.defal, .culturebtn .mores span.end{ font-size:14px;}
	.cultures{ margin-top:22px;}
	.recruits{ padding:22px 30px 0;}
	.recruititle span.span1{ width:44%;}
	.recruititle span.span3{ width:auto;}
	.buildf{ padding-bottom:32px;}
	.buildlist{ margin-top:32px;}
	.buildfix li span{ font-size:14px;} 
	.buildfix li{ height:44px;}
	.buildli{ top:54px;}
	.eqinfo a{ padding-left:28px; height:auto; line-height:1.8;}
	.eqinfo a.weis{ background-size:20px 20px;}
	.eqinfo a.sina1{ background-size:20px 20px;}
	.add,.eqfix{ margin-bottom:15px;}
	.message-box{ margin-top:32px;}
	.search{ margin-bottom: 28px;}
	.seartitle{ font-size: 20px;}
} 
@media screen and (max-width: 400px){
	.investinfo{ padding-top:20px; padding-bottom:0;}
	.investinfo a:before{ display:none;}
	.investwr{ padding:0 5%;}
	.investinfo:before{ display:none;}
	.investment{ padding:24px 0;}
	.newcenter{ padding-top:24px;}
	.understand{ padding-top:24px;}
	.agridonw{ margin-top:30px;}
	.footer-box{ padding:24px 0;}
	.add{ margin-bottom:12px;}
	.eqfix{ margin-bottom:8px;}
	.popclose{ width:32px; height:32px;}
	.popnewtext{ margin:0 32px;}
	.viewtitle h2{ font-size:20px;}
	.viewdonw p{ font-size:14px !important; line-height:1.8;}
	.projectfix p{ font-size: 14px !important;}
	.projectfix{ font-size: 14px !important;}
	.leaderlist .slick-prev{ left:-13px;}
	.leaderlist .slick-next{ right:-13px;}
	.companywr h2{ font-size:24px;}
	.aboutitle strong{ font-size:24px;}
	.organizate,.organizatedown{ margin-top:24px;}
	.resposibles{ margin-top:24px; margin-bottom:24px;}
	.new-boxs{ margin-top:24px;}
}
@media screen and (max-width: 350px){
}
	
	
	
	
	
	
	
.zhongzhi_liucheng{ background:url(../images/liucheng.jpg) center; height:800px;width:96%; margin:0 auto; margin-bottom:45px}
	
.zhongzhi_lm48{font-size:48px; font-weight:bold; color:#fff;width:100%; margin:0 auto; text-align:center; padding-top:110px;}
zhongzhi_liucheng .lm_bottom{ color:#f1ff00}
.zixun_tel{  height:45px; line-height:45px; width:180px; border-radius:40px; margin:0 auto; text-align:center; margin-top:540px}
.zixun_tel a{ color:#fff;font-size:16px;background:#d0131a;line-height:45px; width:180px; border-radius:40px; display:block;transition:width 2s;
-moz-transition:width 1s; /* Firefox 4 */
-webkit-transition:width 1s; /* Safari and Chrome */
-o-transition:width 1s; /* Opera */}
.zixun_tel a:hover{ color:#f00;font-size:18px;background:#ff0;line-height:45px; width:200px; border-radius:40px; display:block;font-weight:bold;}
.zixun_tel a{ color:#fff}

.liuchenglists{
		width:1340px;
		position:absolute;
		padding-top:180px;
		left:50%;
		margin-left:-670px;
		height:480px;
		overflow:hidden;
	}
	.liuchengdiv{
		width:1200px;
		margin:0 auto;
		overflow:hidden;
	}
	.liuchengico{
		width:1194px;
		margin:0 auto;
	}
	.liuchengico li{
		float:left;
		height:380px;
		width:190px;
		position:relative;
	}
	.liuchengico li img{
		width:140px;
		height:140px;
		border-radius:50%;
		border:10px solid white;
		margin-left:15px;
		margin-top:60px;
	}
	.liuchengbtmpoint{position:absolute;bottom:8px;width:16px;height:16px;border-radius:50%;background:#ffc600;left:50%;margin-left:-5px;}
	.liuchengtext{ width:100%;text-align:center;font-size:16px;height:50px;line-height:50px;color:white;font-weight:bold}
	.liuchengbtm{ position:absolute; bottom:15px;width:100%;height:1px;background:#ffc600}
	.liuchengbtmleft{position:absolute; bottom:7px;width:8px;height:8px;border-radius:50%;background:#ffc600}
	.liuchengbtmright{position:absolute; bottom:7px;width:8px;height:8px;border-radius:50%;background:#ffc600;right:0}
	.liuchenginfo{position:absolute;bottom:0;width:100%;text-align:center;display:none;color:#fff; line-height:30px; font-size:16px; height:155px}
	.yanghu24{font-sizE:24px; font-weight:bold; color:#fff; line-height:50px; margin-top:50px; color:#f1ff00}
	#leftbtn{position:absolute;top:390px;left:0;width:40px;height:60px;text-align:center}
	#rightbtn{position:absolute;top:390px;right:0;width:40px;height:60px;}
	
	
	
</pre></body></html>